Re: [fuse-devel] cannot get fuse-ssh to operate from a batch script - but does from cmd line

2006-11-22 Thread Miklos Szeredi
I am wanting to call sshfs (auth via DSA keys) via a rsync pre-xfer bash script, and cannot get something right. If I run it from the cmdline line: env - sshfs [EMAIL PROTECTED]:/share /dir/path -o -o IdentityFile=/tmp/id_dsa it mounts it just fine. (note the env - - I specifically tested

cannot get fuse-ssh to operate from a batch script - but does from cmd line

2006-11-18 Thread Jason Haar
Hi there I am wanting to call sshfs (auth via DSA keys) via a rsync pre-xfer bash script, and cannot get something right. If I run it from the cmdline line: env - sshfs [EMAIL PROTECTED]:/share /dir/path -o -o IdentityFile=/tmp/id_dsa it mounts it just fine. (note the env - - I specifically