mirror of
https://github.com/byReqz/ssh-chat-docker.git
synced 2024-12-04 15:31:50 +00:00
Update entrypoint.sh
This commit is contained in:
parent
eb55a4f3a1
commit
de0c0c5635
@ -5,5 +5,5 @@ if [ -f ssh_key ]; then
|
|||||||
else
|
else
|
||||||
echo "SSH Key not found at /ssh_key. Generating..."
|
echo "SSH Key not found at /ssh_key. Generating..."
|
||||||
ssh-keygen -t rsa -b 4096 -f /ssh_key -q -N ''
|
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
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user