From 1567e87c558a44c9b7c0ee9c1f145f0f70ace56a Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 27 Jun 2020 01:17:11 -0400 Subject: [PATCH] back to ignorelist --- config/.ssh/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/.ssh/config b/config/.ssh/config index 08c915f..781b25f 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -1,11 +1,11 @@ Host * IdentitiesOnly=yes Host pete - HostName phoward.info.tm + HostName phoward.ignorelist.com User stev IdentityFile ~/.ssh/pete_rsa Host ymca - HostName cymca.info.tm + HostName cymca.ignorelist.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.info.tm + HostName flfire.ignorelist.com User stev IdentityFile ~/.ssh/flfire_rsa Host github.com