Re: [gentoo-user] How to automate an sshfs (fusermount) mounted share

2015-01-03 Thread Andrew Savchenko
Hi, On Sat, 03 Jan 2015 09:23:29 -0500 Harry Putnam wrote: I'm sshfs mounting an solaris zfs file system in the interactive fashion. sshfs $USR@HOST:/file/system MOUNTPOINT passwd? enter passwd RETURN Once mounted I run an rsnapshot backup onto the mounted FS. Any ideas on how to

Re: [gentoo-user] How to automate an sshfs (fusermount) mounted share

2015-01-03 Thread Simon Thelen
On 15-01-03 at 18:42, Andrew Savchenko wrote: Hi, On Sat, 03 Jan 2015 09:23:29 -0500 Harry Putnam wrote: I'm sshfs mounting an solaris zfs file system in the interactive fashion. sshfs $USR@HOST:/file/system MOUNTPOINT passwd? enter passwd RETURN Once mounted I run an

Re: [gentoo-user] How to automate an sshfs (fusermount) mounted share

2015-01-03 Thread Adam Carter
Iirc you may need to initiate a single regular ssh connection so you can accept the servers key and have it added to the clients known hosts file, first.