From a73d566d8a688acd6260f1aea7288a2d5c239577 Mon Sep 17 00:00:00 2001 From: Starfall Date: Sat, 19 Nov 2022 15:18:45 -0600 Subject: ssh: remove old host config --- .ssh/config | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.ssh/config b/.ssh/config index b537c94..f9cc972 100644 --- a/.ssh/config +++ b/.ssh/config @@ -7,10 +7,3 @@ Host github.com Host gitlab.com User git IdentityFile ~/.ssh/id_gitlab - -Host monsterware.dev - User devin - Port 60666 - -Host wiredego.net - Port 1998 -- cgit