1
0
Fork 0
mirror of https://github.com/MillironX/dotfiles.git synced 2024-11-21 05:06:04 +00:00

feat: Add anderson alias to ssh config

This commit is contained in:
Thomas A. Christensen II 2023-04-21 20:27:32 -05:00
parent b657e9e09d
commit 8a4438cf42

View file

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