I am using sshfs with a password protected key pair to mount a remote folder using a shell script. I am also using ssh in that script.
Every time I start the shell script I get a password request on the command line for each single sshfs call. I need to prevent that.
Is there a way to use sshfs with ssh-agent and/or kwallet (like I do for ssh)? Or can I reuse an existing ssh connection with sshfs?