Re: Using rsync over SSH

2004-06-01 Thread Will Trillich
On Thu, May 27, 2004 at 10:12:27PM -0700, Bill Moseley wrote: > I need to setup a way to rsync from a Solaris machine to a > Debian machine. I don't have root on the Solaris box and I > don't want the Debian user to have access to the Solaris > machine other than to rsync some files in read_only m

Re: Using rsync over SSH

2004-05-28 Thread glenn
Yes - I see what you're saying. I think when I realised you can rsync through ssh with out setting/using up the rsync server, I made a few assumptions - perhaps this man page would bear a re-reading. thanks for filling me in Glenn On Fri, 2004-05-28 at 23:13, Bill Moseley wrote: > On Fri, May 28, 2

Re: Using rsync over SSH

2004-05-28 Thread Bill Moseley
On Fri, May 28, 2004 at 03:59:53PM +1000, glenn wrote: > I'm happy to be corected here, but if you use rsync --server --daemon, > doesn't that exclude ssh from the equation? No, I don't think so. I have not tried it yet, but according to the rsyncd.conf(5) man page that's the command used in s

Re: Using rsync over SSH

2004-05-28 Thread Wouter van Reeven
On 0, Mark McRitchie <[EMAIL PROTECTED]> wrote: > > Finally, it turns out the the Solaris machine is not running OpenSSH, > > and instead running SSH Corp's (ssh.com) version. Does > > anyone know how > > to setup single-use keys with that version of SSH? SSH Corp's version > > doesn't use an a

RE: Using rsync over SSH

2004-05-28 Thread Mark McRitchie
> Finally, it turns out the the Solaris machine is not running OpenSSH, > and instead running SSH Corp's (ssh.com) version. Does > anyone know how > to setup single-use keys with that version of SSH? SSH Corp's version > doesn't use an authorized_keys file. I _think_ that it might use authorize

Re: Using rsync over SSH

2004-05-27 Thread glenn
I'm happy to be corected here, but if you use rsync --server --daemon,  doesn't that exclude ssh from the equation? In order to use ssh, do you not need rsync -e ssh ...  from the instigating end, which then talks to the ssh deamon, not the rsync deamon? Glenn in which the connect On Fri