xref: /freebsd/crypto/openssh/ssh_config (revision 80628bacb0b4bc1daaef4e038e755602c972bede)
180628bacSDag-Erling Smørgrav#	$OpenBSD: ssh_config,v 1.15 2002/06/20 20:03:34 stevesk Exp $
242f71286SMark Murray#	$FreeBSD$
3511b41d2SMark Murray
480628bacSDag-Erling Smørgrav# This is the ssh client system-wide configuration file.  See
580628bacSDag-Erling Smørgrav# ssh_config(5) for more information.  This file provides defaults for
680628bacSDag-Erling Smørgrav# users, and the values can be changed in per-user configuration files
780628bacSDag-Erling Smørgrav# or on the command line.
8ca3176e7SBrian Feldman
9511b41d2SMark Murray# Configuration data is parsed as follows:
10511b41d2SMark Murray#  1. command line options
11511b41d2SMark Murray#  2. user-specific file
12511b41d2SMark Murray#  3. system-wide file
13511b41d2SMark Murray# Any configuration value is only changed the first time it is set.
14511b41d2SMark Murray# Thus, host-specific definitions should be at the beginning of the
15511b41d2SMark Murray# configuration file, and defaults at the end.
16511b41d2SMark Murray
17511b41d2SMark Murray# Site-wide defaults for various options
18511b41d2SMark Murray
19511b41d2SMark Murray# Host *
20ca3176e7SBrian Feldman#   ForwardAgent no
21ca3176e7SBrian Feldman#   ForwardX11 no
2280628bacSDag-Erling Smørgrav#   RhostsAuthentication no
2380628bacSDag-Erling Smørgrav#   RhostsRSAAuthentication no
24511b41d2SMark Murray#   RSAAuthentication yes
25511b41d2SMark Murray#   PasswordAuthentication yes
26511b41d2SMark Murray#   BatchMode no
27511b41d2SMark Murray#   CheckHostIP yes
28af12a3e7SDag-Erling Smørgrav#   StrictHostKeyChecking ask
29511b41d2SMark Murray#   IdentityFile ~/.ssh/identity
30ca3176e7SBrian Feldman#   IdentityFile ~/.ssh/id_rsa
31af12a3e7SDag-Erling Smørgrav#   IdentityFile ~/.ssh/id_dsa
32511b41d2SMark Murray#   Port 22
33e8aafc91SKris Kennaway#   Protocol 2,1
34af12a3e7SDag-Erling Smørgrav#   Cipher 3des
35af12a3e7SDag-Erling Smørgrav#   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
36511b41d2SMark Murray#   EscapeChar ~
3743e73ba0SDag-Erling Smørgrav#   VersionAddendum FreeBSD-20020402
38