X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d471ad20f9fd4afae058af4cd73ea747a79f5cc2..8e3c8f1a0a5ba3e52bb62bd8c4820e9ae28b35e7:/ssh/config diff --git a/ssh/config b/ssh/config index bbab271..14c6c6b 100644 --- a/ssh/config +++ b/ssh/config @@ -15,12 +15,25 @@ Host wrt-*.lan User root HostKeyAlgorithms=+ssh-rsa +Host aur.archlinux.org +User aur + 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