5 lines
116 B
Bash
5 lines
116 B
Bash
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
|
ssh-keygen -A
|
|
exec /usr/sbin/sshd -D -e "$@" &
|
|
nginx -g "daemon off;"
|