From 0ad698f3b838d2e794bc67face647070ab35f9fb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 4 Jul 2016 06:53:00 +0300 Subject: [PATCH] - Connect to Kodi machine at home as nimrod. --- .ssh/config.d/20_shore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore index dc5cc0a..d2a088f 100644 --- a/.ssh/config.d/20_shore +++ b/.ssh/config.d/20_shore @@ -9,8 +9,9 @@ IdentityFile ~/.ssh/shore_rsa Host xbmc HostName xbmc.trusted -User xbmc +User nimrod ForwardX11 yes +IdentityFile ~/.ssh/shore_ecdsa ProxyCommand ssh ns1 nc %h %p Host web1 -- GitLab