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

Annotation of src/usr.bin/ssh/ssh_config, Revision 1.7

1.7     ! niklas      1: #      $OpenBSD$
        !             2:
1.1       deraadt     3: # This is ssh client systemwide configuration file.  This file provides
                      4: # defaults for users, and the values can be changed in per-user configuration
                      5: # files or on the command line.
                      6:
                      7: # Configuration data is parsed as follows:
                      8: #  1. command line options
                      9: #  2. user-specific file
                     10: #  3. system-wide file
                     11: # Any configuration value is only changed the first time it is set.
                     12: # Thus, host-specific definitions should be at the beginning of the
                     13: # configuration file, and defaults at the end.
                     14:
                     15: # Site-wide defaults for various options
                     16:
                     17: # Host *
1.6       markus     18: #   ForwardAgent no
                     19: #   ForwardX11 no
                     20: #   RhostsAuthentication no
1.1       deraadt    21: #   RhostsRSAAuthentication yes
                     22: #   RSAAuthentication yes
                     23: #   PasswordAuthentication yes
1.5       deraadt    24: #   FallBackToRsh no
1.1       deraadt    25: #   UseRsh no
                     26: #   BatchMode no
1.2       provos     27: #   CheckHostIP yes
1.6       markus     28: #   StrictHostKeyChecking yes
1.1       deraadt    29: #   IdentityFile ~/.ssh/identity
1.6       markus     30: #   IdentityFile ~/.ssh/id_dsa
                     31: #   IdentityFile ~/.ssh/id_rsa1
                     32: #   IdentityFile ~/.ssh/id_rsa2
1.1       deraadt    33: #   Port 22
1.6       markus     34: #   Protocol 1,2
1.3       deraadt    35: #   Cipher blowfish
1.1       deraadt    36: #   EscapeChar ~