ssh_config revision 128459
118334Speter#	$OpenBSD: ssh_config,v 1.19 2003/08/13 08:46:31 markus Exp $
290075Sobrien#	$FreeBSD: head/crypto/openssh/ssh_config 128459 2004-04-20 09:37:29Z des $
390075Sobrien
418334Speter# This is the ssh client system-wide configuration file.  See
590075Sobrien# ssh_config(5) for more information.  This file provides defaults for
618334Speter# users, and the values can be changed in per-user configuration files
790075Sobrien# or on the command line.
890075Sobrien
990075Sobrien# Configuration data is parsed as follows:
1090075Sobrien#  1. command line options
1118334Speter#  2. user-specific file
1290075Sobrien#  3. system-wide file
1390075Sobrien# Any configuration value is only changed the first time it is set.
1490075Sobrien# Thus, host-specific definitions should be at the beginning of the
1590075Sobrien# configuration file, and defaults at the end.
1618334Speter
1790075Sobrien# Site-wide defaults for various options
1890075Sobrien
1990075Sobrien# Host *
2090075Sobrien#   ForwardAgent no
2118334Speter#   ForwardX11 no
2218334Speter#   RhostsRSAAuthentication no
2318334Speter#   RSAAuthentication yes
2418334Speter#   PasswordAuthentication yes
2518334Speter#   HostbasedAuthentication no
2618334Speter#   BatchMode no
2718334Speter#   CheckHostIP no
2818334Speter#   AddressFamily any
2918334Speter#   ConnectTimeout 0
3018334Speter#   StrictHostKeyChecking ask
3118334Speter#   IdentityFile ~/.ssh/identity
3218334Speter#   IdentityFile ~/.ssh/id_rsa
3318334Speter#   IdentityFile ~/.ssh/id_dsa
3418334Speter#   Port 22
3518334Speter#   Protocol 2,1
3618334Speter#   Cipher 3des
3718334Speter#   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
3818334Speter#   EscapeChar ~
3918334Speter#   VersionAddendum FreeBSD-20040419
4018334Speter