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
I use an agent which holds many private keys and specify which private key to use for which remote by specifying IdentityFile <key path>.pub per host in my ssh config. This setup appears to be currently broken or unsupported with sshfs. For example:
I use an agent which holds many private keys and specify which private key to use for which remote by specifying
IdentityFile <key path>.pub
per host in my ssh config. This setup appears to be currently broken or unsupported with sshfs. For example:Given an ssh config:
and a minimal example:
Gives the following traceback:
log.txt
It's not immediately clear to me whether the issue is here or in asyncssh
The text was updated successfully, but these errors were encountered: