cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
b7a8b5b04bf01275aa6acb4a1316be39f1117bcc
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-08-02T21:40:31Z
common/ssh/.ssh/authorized_keys | 14 -------------- common/ssh/.ssh/config | 31 ------------------------------- 2 files changed, 45 deletions(-) deleted file mode 100644 @@ -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 deleted file mode 100644 @@ -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