From b7a8b5b04bf01275aa6acb4a1316be39f1117bcc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 16:40:31 -0500 Subject: rm ssh --- common/ssh/.ssh/authorized_keys | 14 -------------- common/ssh/.ssh/config | 31 ------------------------------- 2 files changed, 45 deletions(-) delete mode 100644 common/ssh/.ssh/authorized_keys delete mode 100644 common/ssh/.ssh/config (limited to 'common') diff --git a/common/ssh/.ssh/authorized_keys b/common/ssh/.ssh/authorized_keys deleted file mode 100644 index c357f7e..0000000 --- a/common/ssh/.ssh/authorized_keys +++ /dev/null @@ -1,14 +0,0 @@ -# macOS -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIClBx/O1UONnCmaSagGGQClI3hXsY4suSslb3OwcxUYR - -# dell -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII/mL1lG/XpYICBs2RFL6mQhOYqFI6RjOwLYzpAgq2U1 cmc@dell - -# work -# ssh-ed25519 AAAAC3NzaC1IZDI1NTE5AAAAIB8B+Hm/qnqqD6tdM80Cke6ZHWK9QNEwPIWJ6Ii92sdmccleberg@US7711406-M001 - -# GH Actions -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFzyaTrIEm2t2ATCEAXsi5zqyXJldEqgKfiUYBwNhS1w git@github - -# builds.sr.ht -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGX2EQs8LiYQTXi4eJguDQ390LTj2ZGDeMNG34SBSD+m builds.sr.ht diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config deleted file mode 100644 index ccdf8a0..0000000 --- a/common/ssh/.ssh/config +++ /dev/null @@ -1,31 +0,0 @@ -Host homelab - User cmc - HostName 192.168.0.97 - Port 22 -Host hutch - User cmc - HostName 159.203.91.165 - Port 22 -Host * - #AddKeysToAgent yes - #UseKeychain yes - #IdentityFile ~/.ssh/id_ed25519 - #ControlMaster auto - #ControlPath ~/.ssh/master-%r@%h:%p - #ControlPersist 300 - AddressFamily inet - HashKnownHosts yes - VisualHostKey yes - PasswordAuthentication no - ChallengeResponseAuthentication no - StrictHostKeyChecking ask - VerifyHostKeyDNS yes - ForwardAgent no - ForwardX11 no - ForwardX11Trusted no - ServerAliveInterval 300 - ServerAliveCountMax 2 - Ciphers aes256-gcm@openssh.com - MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com - KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 - HostKeyAlgorithms rsa-sha2-512,rsa-sha2-256,ssh-ed25519 -- cgit v1.2.3