From ca805539c1e1d1fe09ebdf98378f311963945692 Mon Sep 17 00:00:00 2001 From: CTome <64846840+CrimsonTome@users.noreply.github.com> Date: Sun, 14 Apr 2024 22:00:50 +0100 Subject: [PATCH] Delete .ssh directory --- .ssh/config | 58 ----------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100755 .ssh/config diff --git a/.ssh/config b/.ssh/config deleted file mode 100755 index 323543c..0000000 --- a/.ssh/config +++ /dev/null @@ -1,58 +0,0 @@ -VisualHostKey yes -ServerAliveInterval 120 - -Host crimsontome.com - Port 22 - User ctome - IdentityFile ~/.ssh/id_ed25519 - PreferredAuthentications publickey - -Host git.starbeamrainbowlabs.com - Port 22 - IdentityFile ~/.ssh/id_ed25519 - PreferredAuthentications publickey - -Host git.crimsontome.com - Port 2202 - IdentityFile ~/.ssh/id_ed25519 - PreferredAuthentications publickey -Host fs-web02 - Hostname freeside.co.uk - User matthewclark - PreferredAuthentications publickey,password,keyboard-interactive -Host fs-storage - Hostname 150.237.94.147 - User matthewclark - PreferredAuthentications publickey,password,keyboard-interactive -Host fs-docker - Hostname 150.237.94.41 - User matthewclark - PreferredAuthentications publickey,password,keyboard-interactive -Host fs-docker2 - Hostname 150.237.94.53 - User matthewclark - PreferredAuthentications publickey,password,keyboard-interactive -Host fs-ipa - Hostname 150.237.94.146 - User matthewclark - PreferredAuthentications publickey,password,keyboard-interactive - - -Host fs-desktop-01 - Hostname 150.237.94.40 - User matthewclark - PreferredAuthentications publickey,password,keyboard-interactive -Host fs-desktop-02 - Hostname 150.237.94.3 - User matthewclark - PreferredAuthentications publickey,password,keyboard-interactive -Host fs-desktop-03 - Hostname 150.237.94.30 - User matthewclark - PreferredAuthentications publickey,password,keyboard-interactive -Host fs-desktop-04 - Hostname 150.237.94.39 - User matthewclark - - PreferredAuthentications publickey,password,keyboard-interactive -