Skip to content

Commit

Permalink
Update setup-sshd.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <zoey@z0ey.de>
  • Loading branch information
Zoey2936 authored Mar 24, 2024
1 parent ed8cef3 commit 30a6988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-sshd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! echo "$SSH_PUBKEY" | grep -q "^ssh-.*$"; then
sleep inf
fi

ssh-keygen -A
ssh-keygen -A -f /tmp
mkdir -vp /tmp/.ssh
echo "$SSH_PUBKEY" | tee -a /tmp/.ssh/authorized_keys

Expand Down

0 comments on commit 30a6988

Please sign in to comment.