Merge from vendor branch LESS:
[dragonfly.git] / crypto / openssh / ssh_config
1 #       $OpenBSD: ssh_config,v 1.16 2002/07/03 14:21:05 markus Exp $
2 #       $FreeBSD: src/crypto/openssh/ssh_config,v 1.2.2.8 2003/02/11 12:11:54 des Exp $
3 #       $DragonFly: src/crypto/openssh/Attic/ssh_config,v 1.2 2003/06/17 04:24:36 dillon Exp $
4
5 # This is the ssh client system-wide configuration file.  See
6 # ssh_config(5) for more information.  This file provides defaults for
7 # users, and the values can be changed in per-user configuration files
8 # or on the command line.
9
10 # Configuration data is parsed as follows:
11 #  1. command line options
12 #  2. user-specific file
13 #  3. system-wide file
14 # Any configuration value is only changed the first time it is set.
15 # Thus, host-specific definitions should be at the beginning of the
16 # configuration file, and defaults at the end.
17
18 # Site-wide defaults for various options
19
20 # Host *
21 #   ForwardAgent no
22 #   ForwardX11 no
23 #   RhostsAuthentication no
24 #   RhostsRSAAuthentication no
25 #   RSAAuthentication yes
26 #   PasswordAuthentication yes
27 #   HostbasedAuthentication no
28 #   BatchMode no
29 #   CheckHostIP no
30 #   StrictHostKeyChecking ask
31 #   IdentityFile ~/.ssh/identity
32 #   IdentityFile ~/.ssh/id_rsa
33 #   IdentityFile ~/.ssh/id_dsa
34 #   Port 22
35 #   Protocol 2,1
36 #   Cipher 3des
37 #   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
38 #   EscapeChar ~
39 #   VersionAddendum FreeBSD-20030201