mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-12-04 18:19:54 +00:00
refactor: Use DNS name for aahz
This commit is contained in:
parent
24e09bc084
commit
b657e9e09d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Host *
|
||||||
IdentityFile {{ if and (eq .machinetype "workstation") (ne .chezmoi.os "windows") }}~/.ssh/id_rsa_yubikey.pub{{ else }}~/.ssh/id_ed25519{{ end }}
|
IdentityFile {{ if and (eq .machinetype "workstation") (ne .chezmoi.os "windows") }}~/.ssh/id_rsa_yubikey.pub{{ else }}~/.ssh/id_ed25519{{ end }}
|
||||||
|
|
||||||
Host aahz
|
Host aahz
|
||||||
HostName 129.130.108.37
|
HostName nistac-108-37.dhcp.ksu.edu
|
||||||
User tchristensen
|
User tchristensen
|
||||||
|
|
||||||
Host skeeve
|
Host skeeve
|
||||||
|
|
Loading…
Reference in a new issue