mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-21 05:06:04 +00:00
fix: Use private key to login on Windows
This commit is contained in:
parent
774e277e99
commit
83f28d03f0
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
Host *
|
||||
IdentitiesOnly yes
|
||||
IdentityFile {{ if and (eq .machinetype "workstation") (ne .chezmoi.os "windows") }}~/.ssh/id_rsa_yubikey.pub{{ else }}~/.ssh/id_ed25519.pub{{ end }}
|
||||
IdentityFile {{ if and (eq .machinetype "workstation") (ne .chezmoi.os "windows") }}~/.ssh/id_rsa_yubikey.pub{{ else }}~/.ssh/id_ed25519{{ end }}
|
||||
|
||||
Host aahz
|
||||
HostName 129.130.108.37
|
||||
|
|
Loading…
Reference in a new issue