[BACK]Return to sshd_config CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/sshd_config, Revision 1.38.2.3

1.38.2.3! miod        1: #      $OpenBSD: sshd_config,v 1.53 2002/05/15 21:02:53 markus Exp $
1.27      niklas      2:
1.28      deraadt     3: # This is the sshd server system-wide configuration file.  See sshd(8)
                      4: # for more information.
1.1       deraadt     5:
1.38.2.2  miod        6: # The strategy used for options in the default sshd_config shipped with
                      7: # OpenSSH is to specify options with their default value where
                      8: # possible, but leave them commented.  Uncommented options change a
                      9: # default value.
                     10:
                     11: #Port 22
1.38      deraadt    12: #Protocol 2,1
1.15      markus     13: #ListenAddress 0.0.0.0
                     14: #ListenAddress ::
1.38.2.1  jason      15:
                     16: # HostKey for protocol version 1
1.38.2.2  miod       17: #HostKey /etc/ssh_host_key
1.38.2.1  jason      18: # HostKeys for protocol version 2
1.38.2.2  miod       19: #HostKey /etc/ssh_host_rsa_key
                     20: #HostKey /etc/ssh_host_dsa_key
1.38.2.1  jason      21:
                     22: # Lifetime and size of ephemeral version 1 server key
1.38.2.2  miod       23: #KeyRegenerationInterval 3600
                     24: #ServerKeyBits 768
1.13      markus     25:
                     26: # Logging
                     27: #obsoletes QuietMode and FascistLogging
1.38.2.2  miod       28: #SyslogFacility AUTH
                     29: #LogLevel INFO
1.13      markus     30:
1.38.2.1  jason      31: # Authentication:
                     32:
1.38.2.2  miod       33: #LoginGraceTime 600
                     34: #PermitRootLogin yes
                     35: #StrictModes yes
                     36:
                     37: #RSAAuthentication yes
                     38: #PubkeyAuthentication yes
                     39: #AuthorizedKeysFile    .ssh/authorized_keys
1.38.2.1  jason      40:
                     41: # rhosts authentication should not be used
1.38.2.2  miod       42: #RhostsAuthentication no
1.38.2.1  jason      43: # Don't read the user's ~/.rhosts and ~/.shosts files
1.38.2.2  miod       44: #IgnoreRhosts yes
1.2       deraadt    45: # For this to work you will also need host keys in /etc/ssh_known_hosts
1.38.2.2  miod       46: #RhostsRSAAuthentication no
1.36      markus     47: # similar for protocol version 2
1.38.2.2  miod       48: #HostbasedAuthentication no
                     49: # Change to yes if you don't trust ~/.ssh/known_hosts for
                     50: # RhostsRSAAuthentication and HostbasedAuthentication
                     51: #IgnoreUserKnownHosts no
1.6       deraadt    52:
                     53: # To disable tunneled clear text passwords, change to no here!
1.38.2.2  miod       54: #PasswordAuthentication yes
                     55: #PermitEmptyPasswords no
1.30      markus     56:
1.38.2.2  miod       57: # Change to no to disable s/key passwords
                     58: #ChallengeResponseAuthentication yes
1.6       deraadt    59:
1.38.2.2  miod       60: # Kerberos options
1.38.2.3! miod       61: #KerberosAuthentication no
1.1       deraadt    62: #KerberosOrLocalPasswd yes
1.38.2.2  miod       63: #KerberosTicketCleanup yes
                     64:
1.38.2.3! miod       65: #AFSTokenPassing no
1.1       deraadt    66:
1.38.2.2  miod       67: # Kerberos TGT Passing only works with the AFS kaserver
                     68: #KerberosTgtPassing no
1.1       deraadt    69:
1.38.2.2  miod       70: #X11Forwarding no
                     71: #X11DisplayOffset 10
                     72: #X11UseLocalhost yes
                     73: #PrintMotd yes
                     74: #PrintLastLog yes
                     75: #KeepAlive yes
1.6       deraadt    76: #UseLogin no
1.38.2.3! miod       77: #UsePrivilegeSeparation no
1.17      jakob      78:
1.38.2.2  miod       79: #MaxStartups 10
                     80: # no default banner path
                     81: #Banner /some/path
                     82: #VerifyReverseMapping no
1.32      deraadt    83:
1.38.2.2  miod       84: # override default of no subsystems
1.32      deraadt    85: Subsystem      sftp    /usr/libexec/sftp-server