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

Annotation of src/usr.bin/ssh/config.sample, Revision 1.1

1.1     ! deraadt     1: # This is a sample per-user ssh configuration file.  This file could be
        !             2: # the user's .ssh/config.
        !             3:
        !             4: # Configuration data is parsed as follows:
        !             5: #  1. command line options
        !             6: #  2. user-specific file
        !             7: #  3. system-wide file
        !             8: # Any configuration value is only changed the first time it is set.
        !             9: # Thus, host-specific definitions should be at the beginning of the
        !            10: # configuration file, and defaults at the end.
        !            11:
        !            12: # System defaults will be used for anything not explicitly specified
        !            13: # in this file.
        !            14:
        !            15: Host fake
        !            16:   HostName sparc.ngs.fi
        !            17:   UseRsh yes
        !            18:
        !            19: Host pooh
        !            20:   HostName pooh.tky.hut.fi
        !            21:
        !            22: Host shadows.cs.hut.fi shadows
        !            23:   RhostsAuthentication yes
        !            24:   KeepAlive no
        !            25:   RemoteForward 30000 olari.clinet.fi:23
        !            26:   LocalForward 30001 lk-hp-13.hut.fi:23
        !            27:   IdentityFile ~/.identityfiles/shadows
        !            28:
        !            29: Host ngs.fi *.ngs.fi
        !            30:   RhostsAuthentication no
        !            31:   FallBackToRsh no
        !            32:   PasswordAuthentication no
        !            33:   IdentityFile ~/.identityfiles/ngs
        !            34:   KeepAlive no
        !            35:   Compression yes
        !            36:   CompressionLevel 9
        !            37:
        !            38: Host *.fr
        !            39:   UseRsh yes
        !            40:
        !            41: Host *.su
        !            42:   FallBackToRsh yes
        !            43:   Cipher none
        !            44:   PasswordAuthentication no
        !            45:   ForwardAgent no
        !            46:
        !            47: Host *.com *.edu *.gov *.mil *.org *.de *.uk
        !            48:   Cipher 3des
        !            49:   ForwardAgent no
        !            50:
        !            51: # Defaults for various options
        !            52: Host *
        !            53:   ForwardAgent yes
        !            54:   ForwardX11 yes
        !            55:   RhostsAuthentication yes
        !            56:   PasswordAuthentication yes
        !            57:   RSAAuthentication yes
        !            58:   FallBackToRsh no
        !            59:   UseRsh no
        !            60:   IdentityFile ~/.ssh/identity
        !            61:   Port 22
        !            62:   Cipher idea