From 8f04ad3d5a7fe9c19ba0354b3fb6e83f59acc8ad Mon Sep 17 00:00:00 2001 From: steveokard Date: Sun, 3 Jun 2018 23:52:55 -0400 Subject: [PATCH] fixed alias --- .ssh/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index 3e3ff1b..8cdf5c7 100644 --- a/.ssh/config +++ b/.ssh/config @@ -6,7 +6,7 @@ Host ymca HostName corryymca.ignorelist.com User stev IdentityFile ~/.ssh/ymca_rsa -Host bbucket +Host bitbucket.org Hostname bitbucket.org User git IdentityFile ~/.ssh/bitbucket_rsa