From 152b278f7aa41a95d00b6a96260fbdfde39b49e4 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sun, 3 Jun 2018 23:48:53 -0400 Subject: [PATCH] replaced github with bitbucket --- .ssh/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.ssh/config b/.ssh/config index 032ea82..3e3ff1b 100644 --- a/.ssh/config +++ b/.ssh/config @@ -6,11 +6,10 @@ Host ymca HostName corryymca.ignorelist.com User stev IdentityFile ~/.ssh/ymca_rsa -Host github.com - Hostname ssh.github.com - Port 443 +Host bbucket + Hostname bitbucket.org User git - IdentityFile ~/.ssh/github_rsa + IdentityFile ~/.ssh/bitbucket_rsa Host flfire HostName flfire.ignorelist.com User stev