From: short <> Date: Tue, 10 Jul 2001 18:09:13 +0000 (+0000) Subject: Config covering all the hosts X-Git-Tag: rh71~75 X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=9d58dbcdb6ee906143beb0ddfc65754944289f60 Config covering all the hosts All non-standard options are commented-out --- 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