ssh_config revision 63249
180588Sobrien# This is ssh client systemwide configuration file.  This file provides 
280588Sobrien# defaults for users, and the values can be changed in per-user configuration
3284193Sdelphij# files or on the command line.
480588Sobrien#
580588Sobrien# $FreeBSD: head/crypto/openssh/ssh_config 62940 2000-07-11 09:39:34Z peter $
680588Sobrien
780588Sobrien# Configuration data is parsed as follows:
8103373Sobrien#  1. command line options
980588Sobrien#  2. user-specific file
1080588Sobrien#  3. system-wide file
1180588Sobrien# Any configuration value is only changed the first time it is set.
1280588Sobrien# Thus, host-specific definitions should be at the beginning of the
1380588Sobrien# configuration file, and defaults at the end.
1480588Sobrien
15186690Sobrien# Site-wide defaults for various options
16186690Sobrien
17186690Sobrien# Host *
18186690Sobrien#   ForwardAgent yes
19186690Sobrien#   ForwardX11 yes
20186690Sobrien#   RhostsAuthentication yes
21186690Sobrien#   RhostsRSAAuthentication yes
22186690Sobrien#   RSAAuthentication yes
2380588Sobrien#   PasswordAuthentication yes
24186690Sobrien#   FallBackToRsh no
25186690Sobrien#   UseRsh no
2680588Sobrien#   BatchMode no
2780588Sobrien#   CheckHostIP yes
2880588Sobrien#   StrictHostKeyChecking no
2980588Sobrien#   IdentityFile ~/.ssh/identity
30133359Sobrien#   Port 22
31186690Sobrien#   Protocol 2,1
32133359Sobrien#   Cipher blowfish
33284193Sdelphij#   EscapeChar ~
34133359Sobrien