You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to choose key using label or pid tp present to SSH service ?
For example when connecting to gihub, when there are 2 keys, first key would be used and push would fail - if second one have permissions.
Host github-work
HostName github.com
User git
PKCS11Provider /usr/lib/x86_64-linux-gnu/libtpm2_pkcs11.so.1
ForwardAgent yes
PasswordAuthentication no
IdentitiesOnly yes
Host github-home
HostName github.com
User git
PKCS11Provider /usr/lib/x86_64-linux-gnu/libtpm2_pkcs11.so.1
PasswordAuthentication no
IdentitiesOnly yes
The text was updated successfully, but these errors were encountered:
Is there a way to choose key using label or pid tp present to SSH service ?
For example when connecting to gihub, when there are 2 keys, first key would be used and push would fail - if second one have permissions.
The text was updated successfully, but these errors were encountered: