I'm trying to run the SSHFS
command in Cocoa app. I already put the SSHFS command in NSTask
and but i got some error when executing the command:
RSA host key for IP address 'xyz.com' not in list of known hosts.
ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory
Permission denied (publickey,password).
remote host has disconnected
mount_osxfusefs: failed to mount /Volumes/Drive_Test@/dev/osxfuse4: Socket is not connected
In this case i think my app cannot find out the ssh_askpass
. My question is how to run this file? Any suggestion would be appreciated. Thanks in advance.