# : sshd_config,v 1.42 2001/09/20 20:57:51 mouring Exp $ # This is the sshd server system-wide configuration file. See sshd(8) # for more information. Port 22 Protocol 2 ListenAddress 0.0.0.0 # HostKey for protocol version 1 HostKey /etc/ssh/ssh_host_key # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key KeyRegenerationInterval 3600 ServerKeyBits 768 SyslogFacility AUTH LogLevel VERBOSE LoginGraceTime 600 PermitRootLogin yes StrictModes yes RSAAuthentication yes PubkeyAuthentication yes #AuthorizedKeysFile %h/.ssh/authorized_keys RhostsAuthentication no IgnoreRhosts no #RhostsRSAAuthentication yes # Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication #IgnoreUserKnownHosts yes # To disable tunneled clear text passwords, change to no here! PasswordAuthentication yes PermitEmptyPasswords yes # Uncomment to disable s/key passwords #ChallengeResponseAuthentication no X11Forwarding yes X11DisplayOffset 600 PrintMotd no KeepAlive yes MaxStartups 10:30:60 #ReverseMappingCheck yes Subsystem sftp /usr/lib/ssh/sftp-server RhostsRSAAuthentication yes GSSAPIAuthentication no GSSAPIKeyExchange no GSSAPIStoreDelegatedCredentials no