Hello, I've set up my ssh key authorization which is working. I've moved sshfs-static-leopard moved to /sbin/mount_sshfs. When i ssh to my host i login without using the password, so key authorization is working. Then i've made a dir /Network/nas-sftp and chmodded it to my username +staff group. When i use this command: cd /sbin && ./mount_sshfs [email protected]:/ /Network/nas-sftp/ -o port=6000,auto_cache,reconnect,volname="nas sftp",allow_other
then i get this output: sshfs: cannot find sshnodelay.so warning: ssh nodelay workaround disabled macbook-van-bram-verswalm:sbin bram$ mount_fusefs: failed to mount / Network/nas-sftp@/dev/fuse0: Operation not permitted but, when i do this command as super user: sudo ./mount_sshfs [email protected]:/ /Network/nas-sftp/ -o port=6000,auto_cache,reconnect,volname="nas sftp",allow_other then he askes for the password?! sshfs: cannot find sshnodelay.so warning: ssh nodelay workaround disabled Password: But then i can acces my remote host! So after moving sshfs to the sbin folder as mount_sshfs, i should be able to let it automount...But when i try with this line in my /etc/ fstab: [email protected]:/ /Network/nas-sftp sshfs port=6000,reconnect,auto_cache,volname="sftp",allow_other 0 0 it is not working when i use the sudo automount -c command. I get no errors tough, this is the output after this command: mount | grep sftp map -static on /Network/nas-sftp (autofs, automounted) And indeed, i get the permittion denied: ls /Network/nas-sftp/ ls: : Operation not permitted So probably for some reason this automount won't work cause when i previously wanted to mount it with the ./mount_sshfs command he asked for the ssh password. So when this happens when trying to automount this output would be normal... Anybody an idea? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MacFUSE" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/macfuse?hl=en -~----------~----~----~----~------~----~------~--~---
