diff options
| -rw-r--r-- | common/ssh/.ssh/authorized_keys | 14 | ||||
| -rw-r--r-- | common/ssh/.ssh/config | 31 |
2 files changed, 0 insertions, 45 deletions
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 [email protected] - KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256 - HostKeyAlgorithms rsa-sha2-512,rsa-sha2-256,ssh-ed25519 |
