Added IdentityAgent none to avoid SSH errors w/ YubiKey
This commit is contained in:
parent
b5ce82c4e9
commit
9b8c35f8aa
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Host *
|
||||||
ServerAliveInterval 60
|
ServerAliveInterval 60
|
||||||
ServerAliveCountMax 30
|
ServerAliveCountMax 30
|
||||||
IdentitiesOnly yes
|
IdentitiesOnly yes
|
||||||
|
IdentityAgent none
|
||||||
IdentityFile ~/.ssh/ssh-13147527
|
IdentityFile ~/.ssh/ssh-13147527
|
||||||
IdentityFile ~/.ssh/ssh-13196452
|
IdentityFile ~/.ssh/ssh-13196452
|
||||||
IdentityFile ~/.ssh/ssh-5c-nano-laptop
|
IdentityFile ~/.ssh/ssh-5c-nano-laptop
|
||||||
|
|
Loading…
Reference in a new issue