openssh-5.9p1-xauthlocalhostname.diff
[platform/upstream/openssh.git] / ssh_config
1 #       $OpenBSD: ssh_config,v 1.28 2013/09/16 11:35:43 sthen 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 # Site-wide defaults for some commonly used options.  For a comprehensive
17 # list of available options, their meanings and defaults, please see the
18 # ssh_config(5) man page.
19
20 Host *
21 #   ForwardAgent no
22 #   ForwardX11 no
23
24 # If you do not trust your remote host (or its administrator), you
25 # should not forward X11 connections to your local X11-display for
26 # security reasons: Someone stealing the authentification data on the
27 # remote side (the "spoofed" X-server by the remote sshd) can read your
28 # keystrokes as you type, just like any other X11 client could do.
29 # Set this to "no" here for global effect or in your own ~/.ssh/config
30 # file if you want to have the remote X11 authentification data to
31 # expire after two minutes after remote login.
32 ForwardX11Trusted yes
33
34 #   RhostsRSAAuthentication no
35 #   RSAAuthentication yes
36 #   PasswordAuthentication yes
37 #   HostbasedAuthentication no
38 #   GSSAPIAuthentication no
39 #   GSSAPIDelegateCredentials no
40 #   BatchMode no
41 #   CheckHostIP yes
42 #   AddressFamily any
43 #   ConnectTimeout 0
44 #   StrictHostKeyChecking ask
45 #   IdentityFile ~/.ssh/identity
46 #   IdentityFile ~/.ssh/id_rsa
47 #   IdentityFile ~/.ssh/id_dsa
48 #   Port 22
49 #   Protocol 2,1
50 #   Cipher 3des
51 #   Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
52 #   MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
53 #   EscapeChar ~
54 #   Tunnel no
55 #   TunnelDevice any:any
56 #   PermitLocalCommand no
57
58 # This enables sending locale enviroment variables LC_* LANG, see ssh_config(5).
59 SendEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
60 SendEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
61 SendEnv LC_IDENTIFICATION LC_ALL
62 #   VisualHostKey no
63 #   ProxyCommand ssh -q -W %h:%p gateway.example.com
64 #   RekeyLimit 1G 1h