5 lines
114 B
Bash
5 lines
114 B
Bash
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
|
service ssh start
|
|
/ssserver -v -d -c /config.json
|
|
tail -f /dev/null
|