From 0e5d3ba2c3c1d092a61f3302c8438f6477dbad50 Mon Sep 17 00:00:00 2001 From: Stephen Card Date: Sun, 21 Aug 2022 20:48:06 -0400 Subject: [PATCH] added cardclub --- config/.ssh/config | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/config/.ssh/config b/config/.ssh/config index 0df8bb1..4f3198b 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -9,14 +9,6 @@ Host ymca HostName cymca.mooo.com User stev IdentityFile ~/.ssh/ymca_key -Host bitbucket.org - Hostname bitbucket.org - User git - IdentityFile ~/.ssh/bitbucket_rsa -Host flfire - HostName flfire.mooo.com - User stev - IdentityFile ~/.ssh/flfire_rsa Host github.com Hostname github.com User git @@ -32,7 +24,8 @@ Host yc Hostname yiffclan.org User stev IdentityFile ~/.ssh/yc-org -Host ssh.dev.azure.com - Hostname ssh.dev.azure.com - User git - IdentityFile ~/.ssh/idevops +Host cardclub + Hostname 192.168.1.91 + User stev + IdentityFile ~/.ssh/cardclub_rsa +