X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/903201832956f881110097e79f70658c99046106..e8ae4a469b8b5db19a27a2bf71bb04142a68a6f0:/ssh/config?ds=sidebyside diff --git a/ssh/config b/ssh/config index 580aac1..ae4ab2e 100644 --- a/ssh/config +++ b/ssh/config @@ -8,15 +8,33 @@ ForwardAgent yes Host deepthought ForwardAgent yes -Host uh-nuc01 +Host libreelec.lan +User root + +Host wrt-*.lan +User root +HostKeyAlgorithms=+ssh-rsa + +Host fpp-nuc HostName localhost -Port 22222 +Port 22223 ForwardAgent yes ProxyJump rmz.io +Host radiolynx +HostName 10.0.4.9 +ForwardAgent yes +ProxyJump fpp-nuc + +Host dirac +HostName 10.100.4.25 +ForwardAgent yes +ProxyJump fpp-nuc + Host * ControlMaster auto ControlPersist 1h ServerAliveInterval 30 ServerAliveCountMax 4 AddKeysToAgent yes +SendEnv LANG LC_*