From a7abb64db62d766f95ae96c1a2ac96220055d47f Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 22 Feb 2026 00:06:50 -0600 Subject: reorganize dotfiles --- common/ssh/.ssh/authorized_keys | 14 ++++++++++++++ common/ssh/.ssh/config | 32 ++++++++++++++++++++++++++++++++ common/ssh/authorized_keys | 14 -------------- common/ssh/config | 32 -------------------------------- 4 files changed, 46 insertions(+), 46 deletions(-) create mode 100644 common/ssh/.ssh/authorized_keys create mode 100644 common/ssh/.ssh/config delete mode 100644 common/ssh/authorized_keys delete mode 100644 common/ssh/config (limited to 'common') diff --git a/common/ssh/.ssh/authorized_keys b/common/ssh/.ssh/authorized_keys new file mode 100644 index 0000000..2dbd49e --- /dev/null +++ b/common/ssh/.ssh/authorized_keys @@ -0,0 +1,14 @@ +# macOS +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIClBx/O1UONnCmaSagGGQClI3hXsY4suSslb3OwcxUYR + +# iOS (Server Cat) +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILUzWnojBLF6AWIb9cNcNsv2AiMPA1uzhdwK9+GapaRM + +# dell +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII/mL1lG/XpYICBs2RFL6mQhOYqFI6RjOwLYzpAgq2U1 cmc@dell + +# work +ssh-ed25519 AAAAC3NzaC1IZDI1NTE5AAAAIB8B+Hm/qnqqD6tdM80Cke6ZHWK9QNEwPIWJ6Ii92sdmccleberg@US7711406-M001 + +# GitLab CI/CD +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO+BjO+Etxsm+bH81Lqo40x20HJc588v2CM7wceptNav gitlab-ci-cleberg-net-2026-02-10 diff --git a/common/ssh/.ssh/config b/common/ssh/.ssh/config new file mode 100644 index 0000000..5a66743 --- /dev/null +++ b/common/ssh/.ssh/config @@ -0,0 +1,32 @@ +Host homelab + User cmc + HostName 192.168.0.97 + Port 22 +Host homelab-remote + User cmc + HostName 70.187.29.187 + Port 2169 +Host dell + User cmc + HostName 192.168.0.251 + Port 22 +Host * + #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 diff --git a/common/ssh/authorized_keys b/common/ssh/authorized_keys deleted file mode 100644 index 2dbd49e..0000000 --- a/common/ssh/authorized_keys +++ /dev/null @@ -1,14 +0,0 @@ -# macOS -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIClBx/O1UONnCmaSagGGQClI3hXsY4suSslb3OwcxUYR - -# iOS (Server Cat) -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILUzWnojBLF6AWIb9cNcNsv2AiMPA1uzhdwK9+GapaRM - -# dell -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII/mL1lG/XpYICBs2RFL6mQhOYqFI6RjOwLYzpAgq2U1 cmc@dell - -# work -ssh-ed25519 AAAAC3NzaC1IZDI1NTE5AAAAIB8B+Hm/qnqqD6tdM80Cke6ZHWK9QNEwPIWJ6Ii92sdmccleberg@US7711406-M001 - -# GitLab CI/CD -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO+BjO+Etxsm+bH81Lqo40x20HJc588v2CM7wceptNav gitlab-ci-cleberg-net-2026-02-10 diff --git a/common/ssh/config b/common/ssh/config deleted file mode 100644 index 5a66743..0000000 --- a/common/ssh/config +++ /dev/null @@ -1,32 +0,0 @@ -Host homelab - User cmc - HostName 192.168.0.97 - Port 22 -Host homelab-remote - User cmc - HostName 70.187.29.187 - Port 2169 -Host dell - User cmc - HostName 192.168.0.251 - Port 22 -Host * - #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