X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/7029b6083228a8a887ec6a9a82eb620284a2ef92..dbc771e26e30697ab6c6288a88e28a63b7789cc7:/ssh/config diff --git a/ssh/config b/ssh/config index 537b645..ae4ab2e 100644 --- a/ssh/config +++ b/ssh/config @@ -8,12 +8,29 @@ ForwardAgent yes Host deepthought ForwardAgent yes +Host libreelec.lan +User root + +Host wrt-*.lan +User root +HostKeyAlgorithms=+ssh-rsa + Host fpp-nuc HostName localhost 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