4 lines
87 B
Bash
4 lines
87 B
Bash
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
|
service ssh start
|
|
nginx -g "daemon off;"
|