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:
parent
b657e9e09d
commit
8a4438cf42
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue