X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.ssh%2Fconfig;fp=.ssh%2Fconfig;h=94b4e311d8e4b4c1ec42299dae33a9b68ad3461a;hp=6ca1868cf6dcb618ed21ec9a6c33509d73e66ad6;hb=cf96bcb0cf213eddde39056fbd6d3b1cc79e96a6;hpb=4beba551a913cd5a606759a7657db01a7c1cdfcb diff --git a/.ssh/config b/.ssh/config index 6ca1868..94b4e31 100644 --- a/.ssh/config +++ b/.ssh/config @@ -112,6 +112,18 @@ User lace Match localuser u0_a184 host host1 Hostname host1.jankratochvil.net User lacemail +Compression yes + +Host host1 host1s host14 +Compression no +Host host14 +HostName host1 +HostKeyAlias host1 + +Host host2 +ControlMaster auto +ControlPath /tmp/ssh-%h-%p-%r.sock +ControlPersist 60 # OpenWrt # https://bugzilla.redhat.com/show_bug.cgi?id=1881301#c38 @@ -119,10 +131,11 @@ Host 192.168.66.13 ap13 PubkeyAcceptedKeyTypes ssh-rsa User root -Host host2 -ControlMaster auto -ControlPath /tmp/ssh-%h-%p-%r.sock -ControlPersist 60 +Host jane +HostName jane.jankratochvil.net +HostKeyAlias jane.jankratochvil.net +Host jane jane.jankratochvil.net +User root Host * Compression yes