2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
6 # This is the ssh client system-wide configuration file. See
7 # ssh_config(5) for more information. This file provides defaults for
8 # users, and the values can be changed in per-user configuration files
9 # or on the command line.
11 # Configuration data is parsed as follows:
12 # 1. command line options
13 # 2. user-specific file
15 # Any configuration value is only changed the first time it is set.
16 # Thus, host-specific definitions should be at the beginning of the
17 # configuration file, and defaults at the end.
19 # Site-wide defaults for some commonly used options. For a comprehensive
20 # list of available options, their meanings and defaults, please see the
21 # ssh_config(5) man page.
26 # ForwardX11Trusted yes
27 # RhostsRSAAuthentication no
28 # RSAAuthentication yes
29 # PasswordAuthentication yes
30 # HostbasedAuthentication no
31 # GSSAPIAuthentication no
32 # GSSAPIDelegateCredentials no
33 # GSSAPIKeyExchange no
39 # StrictHostKeyChecking ask
40 # IdentityFile ~/.ssh/identity
41 # IdentityFile ~/.ssh/id_rsa
42 # IdentityFile ~/.ssh/id_dsa
46 # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
47 # MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
50 # TunnelDevice any:any
51 # PermitLocalCommand no
54 GSSAPIAuthentication no
55 GSSAPIDelegateCredentials no
57 <%- if (hostname == "sibelius") -%>
58 ServerAliveInterval 450