From 890ad435920ceca301146995a1d6bbc015506474 Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Sat, 15 Mar 2025 23:46:07 -0400 Subject: [PATCH] removed unused locations --- config/.ssh/config | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/.ssh/config b/config/.ssh/config index 3d5caf1..a8931c7 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -5,18 +5,10 @@ Host pete HostName phoward.mooo.com User stev IdentityFile ~/.ssh/pete_key -Host ymca - HostName cymca.mooo.com - User stev - IdentityFile ~/.ssh/ymca_key Host github.com Hostname github.com User git IdentityFile ~/.ssh/github_rsa -Host router - Hostname 192.168.1.1 - User root - IdentityFile ~/.ssh/router_key Host stev Hostname 192.168.1.147 User stev