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.

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 > > > > Once mounted I

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 > > Once mounted I run an rsnapshot backup onto the mounted FS. > > Any ideas on how

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

2015-01-03 Thread Harry Putnam
I'm sshfs mounting an solaris zfs file system in the interactive fashion. sshfs $USR@HOST:/file/system MOUNTPOINT passwd? enter passwd Once mounted I run an rsnapshot backup onto the mounted FS. Any ideas on how to go about doing this mount automatically (scripted) will be greatly appreciate