From 9d58dbcdb6ee906143beb0ddfc65754944289f60 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 10 Jul 2001 18:09:13 +0000 Subject: [PATCH] Config covering all the hosts All non-standard options are commented-out --- .ssh/config | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .ssh/config diff --git a/.ssh/config b/.ssh/config new file mode 100644 index 0000000..b076f0d --- /dev/null +++ b/.ssh/config @@ -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 -- 1.8.3.1