Modification : vm_host{,ed} : utilise m4.
[lhc/ateliers.git] / etc / ssh / ssh_config
diff --git a/etc/ssh/ssh_config b/etc/ssh/ssh_config
new file mode 100644 (file)
index 0000000..6d38118
--- /dev/null
@@ -0,0 +1,14 @@
+Host *
+       #Compression yes
+       #CompressionLevel 9
+       #ControlMaster auto
+       #ControlPath ~/var/run/ssh/sock/%h-%p-%r
+       GSSAPIAuthentication no
+       GSSAPIDelegateCredentials no
+       HashKnownHosts yes
+       IdentityFile ~/etc/ssh/id_dsa
+       IdentityFile ~/etc/ssh/id_rsa
+       IdentityFile ~/etc/ssh/identity
+       SendEnv LANG LC_*
+       StrictHostKeyChecking ask
+       UserKnownHostsFile ~/etc/ssh/known_hosts