Add new host to ssh config Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 23 Jan 2019 19:57:48 +0530
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
ssh/config
→
ssh/config
@@ -35,4 +35,9 @@ Hostname 139.59.93.193
User nerdypepper IdentityFile ~/.ssh/id_rsa Port 443 + +Host atlantis + User ubuntu + Hostname 13.127.190.17 + IdentityFile ~/.ssh/atlantis.pem