Home | History | Annotate | Line # | Download | only in dist
ssh_config revision 1.4.12.1
      1  1.4.12.1       tls #	$NetBSD: ssh_config,v 1.4.12.1 2014/08/19 23:45:25 tls Exp $
      2  1.4.12.1       tls #	$OpenBSD: ssh_config,v 1.27 2013/05/16 02:00:34 dtucker Exp $
      3       1.1  christos 
      4       1.1  christos # This is the ssh client system-wide configuration file.  See
      5       1.1  christos # ssh_config(5) for more information.  This file provides defaults for
      6       1.1  christos # users, and the values can be changed in per-user configuration files
      7       1.1  christos # or on the command line.
      8       1.1  christos 
      9       1.1  christos # Configuration data is parsed as follows:
     10       1.1  christos #  1. command line options
     11       1.1  christos #  2. user-specific file
     12       1.1  christos #  3. system-wide file
     13       1.1  christos # Any configuration value is only changed the first time it is set.
     14       1.1  christos # Thus, host-specific definitions should be at the beginning of the
     15       1.1  christos # configuration file, and defaults at the end.
     16       1.1  christos 
     17       1.1  christos # Site-wide defaults for some commonly used options.  For a comprehensive
     18       1.1  christos # list of available options, their meanings and defaults, please see the
     19       1.1  christos # ssh_config(5) man page.
     20       1.1  christos 
     21       1.1  christos # Host *
     22       1.1  christos #   ForwardAgent no
     23       1.1  christos #   ForwardX11 no
     24       1.1  christos #   RhostsRSAAuthentication no
     25       1.1  christos #   RSAAuthentication yes
     26       1.1  christos #   PasswordAuthentication yes
     27       1.1  christos #   HostbasedAuthentication no
     28       1.1  christos #   GSSAPIAuthentication no
     29       1.1  christos #   GSSAPIDelegateCredentials no
     30       1.1  christos #   BatchMode no
     31       1.1  christos #   CheckHostIP yes
     32       1.1  christos #   AddressFamily any
     33       1.1  christos #   ConnectTimeout 0
     34       1.1  christos #   StrictHostKeyChecking ask
     35       1.1  christos #   IdentityFile ~/.ssh/identity
     36       1.1  christos #   IdentityFile ~/.ssh/id_rsa
     37       1.1  christos #   IdentityFile ~/.ssh/id_dsa
     38       1.1  christos #   Port 22
     39       1.1  christos #   Protocol 2,1
     40       1.1  christos #   Cipher 3des
     41       1.1  christos #   Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
     42       1.3      tron #   MACs hmac-md5,hmac-sha1,hmac-ripemd160
     43       1.1  christos #   EscapeChar ~
     44       1.1  christos #   Tunnel no
     45       1.1  christos #   TunnelDevice any:any
     46       1.1  christos #   PermitLocalCommand no
     47       1.1  christos #   VisualHostKey no
     48       1.4      adam #   ProxyCommand ssh -q -W %h:%p gateway.example.com
     49  1.4.12.1       tls #   RekeyLimit 1G 1h
     50  1.4.12.1       tls 
     51       1.2  christos # If you use xorg from pkgsrc then uncomment the following line.
     52       1.2  christos #   XAuthLocation /usr/pkg/bin/xauth
     53  1.4.12.1       tls 
     54  1.4.12.1       tls # NetBSD.org DNS provides SSHFP records - use them when possible
     55  1.4.12.1       tls Host *.netbsd.org *.NetBSD.org
     56  1.4.12.1       tls     VerifyHostKeyDNS ask
     57