diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index 8e4b31b..cde6ce3 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -2,6 +2,10 @@ Host * IdentitiesOnly yes IdentityFile {{ if and (eq .machinetype "workstation") (ne .chezmoi.os "windows") }}~/.ssh/id_rsa_yubikey.pub{{ else }}~/.ssh/id_ed25519{{ end }} +Host anderson + HostName anderson.millironx.com + User millironx + Host aahz HostName nistac-108-37.dhcp.ksu.edu User tchristensen