From d23e123d0006289e4662356e6e196758cb06b48e Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 6 Jul 2020 01:35:44 -0400 Subject: [PATCH] switched to mooo for DNS --- config/.ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/.ssh/config b/config/.ssh/config index 781b25f..640c135 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -1,11 +1,11 @@ Host * IdentitiesOnly=yes Host pete - HostName phoward.ignorelist.com + HostName phoward.mooo.com User stev IdentityFile ~/.ssh/pete_rsa Host ymca - HostName cymca.ignorelist.com + HostName cymca.mooo.com User stev IdentityFile ~/.ssh/ymca_rsa Host bitbucket.org @@ -13,7 +13,7 @@ Host bitbucket.org User git IdentityFile ~/.ssh/bitbucket_rsa Host flfire - HostName flfire.ignorelist.com + HostName flfire.mooo.com User stev IdentityFile ~/.ssh/flfire_rsa Host github.com