From 589af7b748fcd3216915a539f3f1a40b08c80096 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 1 Feb 2023 00:14:18 +0000 Subject: [PATCH] ssh: add fpp related hosts with ProxyJumps --- ssh/config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ssh/config b/ssh/config index bbab271..ae4ab2e 100644 --- a/ssh/config +++ b/ssh/config @@ -21,6 +21,16 @@ 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 -- 2.48.1