Update entrypoint.sh

This commit is contained in:
Nils 2021-02-11 20:09:29 +00:00 committed by GitHub
parent eb55a4f3a1
commit de0c0c5635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ if [ -f ssh_key ]; then
else
echo "SSH Key not found at /ssh_key. Generating..."
ssh-keygen -t rsa -b 4096 -f /ssh_key -q -N ''
/ssh-chat -i /ssh_key --admin /admin_keys --motd=/motd $@
/ssh-chat -i /ssh_key --admin="/admin_keys" --motd=/motd $@
fi