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