From 7c6f57979546d7796816f408faf249d8e580f3b5 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 2 Feb 2016 08:53:10 +0200 Subject: [PATCH] Added ns3 to SSH config. --- .ssh/config.d/20_shore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.ssh/config.d/20_shore b/.ssh/config.d/20_shore index 3cacef6..daa2356 100644 --- a/.ssh/config.d/20_shore +++ b/.ssh/config.d/20_shore @@ -34,3 +34,8 @@ IdentityFile ~/.ssh/shore_rsa Host gitolite.Ansible.vagrant IdentityFile ~/.ssh/shore_rsa + +Host ns3 +HostName ns3.shore.co.il +User root +IdentityFile ~/.ssh/shore_ecdsa -- GitLab