From 9a5b03553619a21df62bf551809f0b073db893d0 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Tue, 25 Jun 2019 12:21:19 -0400 Subject: [PATCH] Update dns because of cloudflare security --- .ssh/config.d/home | 3 ++- .ssh/config.d/indigo | 13 ++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.ssh/config.d/home b/.ssh/config.d/home index 37318a1..765fddf 100644 --- a/.ssh/config.d/home +++ b/.ssh/config.d/home @@ -1,7 +1,8 @@ #### Home SSH Config host home - hostname home.ahoskingit.com + hostname git.ahoskingit.com user ahosking + port 87 host home-decrypt hostname 192.168.1.187 diff --git a/.ssh/config.d/indigo b/.ssh/config.d/indigo index b24394e..753c9f4 100644 --- a/.ssh/config.d/indigo +++ b/.ssh/config.d/indigo @@ -1,3 +1,14 @@ Host indigo.bitbucket.org HostName bitbucket.org - IdentityFile ~/.ssh/indigo + IdentityFile ~/.ssh/indigo/id_rsa + +host 52.237.13.25 + user ahosking + identityfile ~/.ssh/indigo/id_rsa +host kibana-testing + hostname 52.237.13.25 + user andres + identityfile ~/.ssh/indigo/id_rsa +host 13.88.238.68 + user ahosking + identityfile ~/.ssh/indigo/id_rsa