diff --git a/start.sh b/start.sh index 393acc6..5237516 100644 --- a/start.sh +++ b/start.sh @@ -20,4 +20,4 @@ chown -R root:root /root/.ssh /usr/bin/echo "\"ssh -i \${savedkey} root@\${ipaddress}\"" # Now start ssh. -/usr/sbin/sshd -D -c /etc/ssh/sshd_config +/usr/sbin/sshd -D -f /etc/ssh/sshd_config