Tried to use sshfs to map a network drive to vbox started by vagrant. I cooked up the following command but it failed. Any idea why? The OS running in vbox is FC20. I can ssh into it fine.
$ sshfs -p 2222 -o Compression=yes -o DSAAuthentication=yes -o LogLevel=FATAL -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /Users/user1/.vagrant.d/insecure_private_key vagrant@127.0.0.1: fs
fuse: mount point is not a directory `/Users/jqian/.vagrant.d/insecure_private_key'
Thanks in advance.