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