5
entrypoint.sh
Normal file
5
entrypoint.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
ssh-keygen -A >> /dev/null
|
||||
cat /etc/motd
|
||||
echo ""
|
||||
exec /usr/sbin/sshd -D -e "$@" >> /dev/null
|
||||
Reference in New Issue
Block a user