cmc/dotfiles
Using GNU Stow to manage my dotfiles.
clone: git clone https://gitbay.org/cmc/dotfiles.git
d33059a9136cd417a6a57ad73eef86a73f1d3fdf
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-05-27T04:08:21Z
common/ssh/.ssh/config | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) @@ -2,18 +2,14 @@ Host homelab User cmc HostName 192.168.0.97 Port 22 -Host homelab-remote - User cmc - HostName 70.187.29.187 - Port 58219 Host hutch User cmc HostName 159.203.91.165 Port 22 Host * - #AddKeysToAgent yes - #UseKeychain yes - #IdentityFile ~/.ssh/id_ed25519 + AddKeysToAgent yes + UseKeychain yes + IdentityFile ~/.ssh/id_ed25519 #ControlMaster auto #ControlPath ~/.ssh/master-%r@%h:%p #ControlPersist 300