ssh_config revision 60576
1139825Simp# This is ssh client systemwide configuration file.  This file provides 
21541Srgrimes# defaults for users, and the values can be changed in per-user configuration
31541Srgrimes# files or on the command line.
41541Srgrimes#
51541Srgrimes# $FreeBSD: head/crypto/openssh/ssh_config 60576 2000-05-15 05:24:25Z kris $
61541Srgrimes
71541Srgrimes# Configuration data is parsed as follows:
81541Srgrimes#  1. command line options
91541Srgrimes#  2. user-specific file
101541Srgrimes#  3. system-wide file
111541Srgrimes# Any configuration value is only changed the first time it is set.
121541Srgrimes# Thus, host-specific definitions should be at the beginning of the
131541Srgrimes# configuration file, and defaults at the end.
141541Srgrimes
151541Srgrimes# Site-wide defaults for various options
161541Srgrimes
171541Srgrimes# Host *
181541Srgrimes#   ForwardAgent yes
191541Srgrimes#   ForwardX11 yes
201541Srgrimes#   RhostsAuthentication yes
211541Srgrimes#   RhostsRSAAuthentication yes
221541Srgrimes#   RSAAuthentication yes
231541Srgrimes#   PasswordAuthentication yes
241541Srgrimes#   FallBackToRsh yes
251541Srgrimes#   UseRsh no
261541Srgrimes#   BatchMode no
271541Srgrimes#   CheckHostIP yes
281541Srgrimes#   StrictHostKeyChecking no
291541Srgrimes#   IdentityFile ~/.ssh/identity
301541Srgrimes#   Port 22
311541Srgrimes#   Protocol 2,1
321817Sdg#   Cipher blowfish
331541Srgrimes#   EscapeChar ~
341541Srgrimes