github.com/techend/deis@v1.0.1-0.20141111224634-e0eee0392b8a/builder/sshd_config (about) 1 Port 22 2 Protocol 2 3 HostKey /etc/ssh/ssh_host_rsa_key 4 HostKey /etc/ssh/ssh_host_dsa_key 5 HostKey /etc/ssh/ssh_host_ecdsa_key 6 UsePrivilegeSeparation yes 7 KeyRegenerationInterval 3600 8 ServerKeyBits 768 9 SyslogFacility AUTH 10 LogLevel INFO 11 LoginGraceTime 120 12 PermitRootLogin yes 13 StrictModes yes 14 RSAAuthentication yes 15 PubkeyAuthentication yes 16 IgnoreRhosts yes 17 RhostsRSAAuthentication no 18 HostbasedAuthentication no 19 PermitEmptyPasswords no 20 ChallengeResponseAuthentication no 21 PasswordAuthentication no 22 X11Forwarding no 23 X11DisplayOffset 10 24 PrintMotd no 25 PrintLastLog yes 26 TCPKeepAlive yes 27 #AcceptEnv LANG LC_* 28 Subsystem sftp /usr/lib/openssh/sftp-server 29 UsePAM yes