From 778808040e1182cdf2e974f30e75992100132b23 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Tue, 26 Apr 2022 14:52:33 -0500 Subject: [PATCH] Remove ssh config, why is that even in there --- .ssh/config | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .ssh/config diff --git a/.ssh/config b/.ssh/config deleted file mode 100644 index bcc2a28..0000000 --- a/.ssh/config +++ /dev/null @@ -1,23 +0,0 @@ -Host peel - Hostname karx.xyz - IdentityFile ~/.ssh/id_ed25519 - Port 1604 -Host github.com - Hostname github.com - IdentityFile ~/.ssh/id_git -Host worker - Hostname 192.168.1.28 - Port 1604 - IdentityFile ~/.ssh/id_ed25519 -Host vault - Hostname 192.168.1.133 - # Port 1604 - IdentityFile ~/.ssh/id_ed25519 -Host git.karx.xyz - Port 1604 - IdentityFile ~/.ssh/id_ed25519 - User gitea -Host etc - Hostname 192.168.1.184 -Host p2 - Hostname 192.168.1.47