From 46991c3a1b9153084c6c3945ea68bc569905187b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 21 Jun 2020 10:00:20 +0300 Subject: [PATCH] Shore SSH configuration updates. - Alias cgit to host01 (with the change from LXC to Docker). - Rename xbmc.shore.co.il to kodi.shore.co.il. - Forward Cockpit for ns4. --- .ssh/config.d/20_shore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore index b677031..db564b3 100644 --- a/.ssh/config.d/20_shore +++ b/.ssh/config.d/20_shore @@ -2,10 +2,10 @@ # vim:ft=sshconfig # shore.co.il infrastructure -Host cgit.shore.co.il host01.shore.co.il wdr4300.shore.co.il xbmc.shore.co.il +Host cgit.shore.co.il host01.shore.co.il wdr4300.shore.co.il kodi.shore.co.il ProxyCommand ssh ns1.shore.co.il -W %h:%p -Host host01.shore.co.il +Host host01.shore.co.il ns4.shore.co.il LocalForward 9090 localhost:9090 Host ns2.shore.co.il @@ -18,6 +18,9 @@ Host wdr4300.shore.co.il User root LocalForward 8082 localhost:80 +Host cgit.shore.co.il +HostName host01.shore.co.il + Host *.shore.co.il 192.168.3.* IdentityFile ~/.ssh/shore_ecdsa IdentityFile ~/.ssh/shore_rsa -- GitLab