X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.ssh%2Fconfig;h=3339774f4890ad33347ce8dab871c418866cf229;hp=b076f0d4e90d0e9a001db9e2945eb7f9ce3aca0b;hb=e881d18b5d8e92af0eabe2234e2b70d0ab63d3b8;hpb=9d58dbcdb6ee906143beb0ddfc65754944289f60 diff --git a/.ssh/config b/.ssh/config index b076f0d..3339774 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,16 +1,20 @@ Host localhost #Cipher none Compression no -#KeepAliveData 0 -Host *.suse.cz -User kratochvil -IdentityFile ~/.ssh/identity-kerberos +Host charlie +HostName charlie.karlovo.cz +User root +Host charlie.karlovo.cz +User root + +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 +22,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