Thanks for that
The manual way gives the following 2 commands
/usr/local/bin/sshfs aard...@slug.office:/var/www/svn/bay/ /Volumes/
Bay -ocache=no -onolocalcaches -o IdentityFile=/Users/stephen/.ssh/
id_rsa,reconnect,volname=Bay
ssh -x -a -oClearAllForwardings=yes -oIdentityFile=/Users/stephen/.ssh/
id_rsa -2 aard...@slug.office -s sftp
The macfusion way gives the following 2 commands
ssh -x -a -oClearAllForwardings=yes -oPort=22 -oCheckHostIP=no -
oStrictHostKeyChecking=no -oNumberOfPasswordPrompts=1 -
ologlevel=debug1 -2 aard...@slug.office -s sftp
/Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/
Resources/sshfs-static aard...@slug.office:/var/www/svn/bay/ /Volumes/
Bay -p22 -oCheckHostIP=no -oStrictHostKeyCheckin
The only difference I can really is that it doesn't appear to be
picking up the "extras" but that shouldn't cause this problem as they
are to disable caching (and the manual way works without them)