X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=1ddf920a1eb3d643b37913f01e880dc4e0990f0c;hp=b076f0d4e90d0e9a001db9e2945eb7f9ce3aca0b;hb=88f6cc4e1026d93024961c054dc5b6f52ea09e31;hpb=9d58dbcdb6ee906143beb0ddfc65754944289f60 diff --git a/.ssh/config b/.ssh/config index b076f0d..1ddf920 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,16 +1,22 @@ 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 dolly +User short +Port 99 +HostName dolly.vellum.cz + +Host gulz +HostName gw.gulz.cz +User root Host *sourceforge.net User kratochvil CompressionLevel 3 -ForwardX11 no Host chip.ms.mff.cuni.cz User krbu @@ -18,16 +24,18 @@ User krbu Host *.ms.mff.cuni.cz User jkra7289 -Host *.fjfi.cvut.cz +Host vega.fjfi.cvut.cz User jkratoc -ForwardX11 no + # unable to get .ssh2/authorization working +Protocol 1,2 Host * User short -#KeepAliveData 300 -#OnDemandForward 0 Compression yes CompressionLevel 9 +ForwardAgent yes +ConnectionAttempts 1 UsePrivilegedPort no UseRsh no RhostsRSAAuthentication no +ForwardX11 no