Config covering all the hosts
authorshort <>
Tue, 10 Jul 2001 18:09:13 +0000 (18:09 +0000)
committershort <>
Tue, 10 Jul 2001 18:09:13 +0000 (18:09 +0000)
All non-standard options are commented-out

.ssh/config [new file with mode: 0644]

diff --git a/.ssh/config b/.ssh/config
new file mode 100644 (file)
index 0000000..b076f0d
--- /dev/null
@@ -0,0 +1,33 @@
+Host localhost
+#Cipher none
+Compression no
+#KeepAliveData 0
+
+Host *.suse.cz
+User kratochvil
+IdentityFile ~/.ssh/identity-kerberos
+
+Host *sourceforge.net
+User kratochvil
+CompressionLevel 3
+ForwardX11 no
+
+Host chip.ms.mff.cuni.cz
+User krbu
+
+Host *.ms.mff.cuni.cz
+User jkra7289
+
+Host *.fjfi.cvut.cz
+User jkratoc
+ForwardX11 no
+
+Host *
+User short
+#KeepAliveData 300
+#OnDemandForward 0
+Compression yes
+CompressionLevel 9
+UsePrivilegedPort no
+UseRsh no
+RhostsRSAAuthentication no