ssh: disable agent for gitlab
This commit is contained in:
parent
08616ba665
commit
f2d3279bc1
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ RequestTty yes
|
|||
PreferredAuthentications=publickey
|
||||
|
||||
Host gitlab.com
|
||||
IdentityAgent /dev/null
|
||||
PKCS11Provider /usr/lib/pkcs11/libtpm2_pkcs11.so
|
||||
|
||||
Host dln-dev
|
||||
|
|
Loading…
Reference in a new issue