root/trunk/source/ssh-client-config/ssh_config.macathena

Revision 147, 1.6 kB (checked in by broder, 16 years ago)

Update macathena-ssh-client-config to match behavior of Debathena

Line 
1 #       $OpenBSD: ssh_config,v 1.22 2006/05/29 12:56:33 dtucker Exp $
2
3 # This is the ssh client system-wide configuration file.  See
4 # ssh_config(5) for more information.  This file provides defaults for
5 # users, and the values can be changed in per-user configuration files
6 # or on the command line.
7
8 # Configuration data is parsed as follows:
9 #  1. command line options
10 #  2. user-specific file
11 #  3. system-wide file
12 # Any configuration value is only changed the first time it is set.
13 # Thus, host-specific definitions should be at the beginning of the
14 # configuration file, and defaults at the end.
15
16 # System-wide defaults set by MIT Kerberos Extras
17 Host *
18   GSSAPIAuthentication yes
19   GSSAPIDelegateCredentials no
20   GSSAPIKeyExchange yes
21
22
23 # Site-wide defaults for some commonly used options.  For a comprehensive
24 # list of available options, their meanings and defaults, please see the
25 # ssh_config(5) man page.
26
27 # Host *
28 #   ForwardAgent no
29 #   ForwardX11 no
30 #   RhostsRSAAuthentication no
31 #   RSAAuthentication yes
32 #   PasswordAuthentication yes
33 #   HostbasedAuthentication no
34 #   GSSAPIAuthentication no
35 #   GSSAPIDelegateCredentials no
36 #   GSSAPIKeyExchange no
37 #   GSSAPITrustDNS no
38 #   BatchMode no
39 #   CheckHostIP yes
40 #   AddressFamily any
41 #   ConnectTimeout 0
42 #   StrictHostKeyChecking ask
43 #   IdentityFile ~/.ssh/identity
44 #   IdentityFile ~/.ssh/id_rsa
45 #   IdentityFile ~/.ssh/id_dsa
46 #   Port 22
47 #   Protocol 2,1
48 #   Cipher 3des
49 #   Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
50 #   EscapeChar ~
51 #   Tunnel no
52 #   TunnelDevice any:any
53 #   PermitLocalCommand no
Note: See TracBrowser for help on using the browser.