From 92787b634e6654a164bfd7ac30f7ac99dbb1dcdc Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 22 Sep 2001 04:37:40 +0000 Subject: [PATCH] Updated for the new are of full OpenSSH and secure setup --- .ssh/config | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/.ssh/config b/.ssh/config index b076f0d..e6ee8dd 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,16 +1,19 @@ Host localhost #Cipher none Compression no -#KeepAliveData 0 -Host *.suse.cz -User kratochvil -IdentityFile ~/.ssh/identity-kerberos +Host dolly.vellum.cz +User short +Port 99 + +Host gulz + # VOL BreezeNET: +HostName 195.122.203.142 +User root Host *sourceforge.net User kratochvil CompressionLevel 3 -ForwardX11 no Host chip.ms.mff.cuni.cz User krbu @@ -18,16 +21,16 @@ User krbu Host *.ms.mff.cuni.cz User jkra7289 -Host *.fjfi.cvut.cz +Host vega.fjfi.cvut.cz User jkratoc -ForwardX11 no Host * User short -#KeepAliveData 300 -#OnDemandForward 0 Compression yes CompressionLevel 9 +ForwardAgent yes +ConnectionAttempts 1 UsePrivilegedPort no UseRsh no RhostsRSAAuthentication no +ForwardX11 no -- 1.8.3.1