feat: Add anderson alias to ssh config

master
parent b657e9e09d
commit 8a4438cf42

@ -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

Loading…
Cancel
Save