Re: Passwordless SSH setup

2004-06-02 Thread Will Trillich
very nicely explained! (interested in fleshing this out some to make a newbiedoc out of it? :) On Wed, Jun 02, 2004 at 07:37:42AM -0700, Bill Moseley wrote: > And in case anyone finds this in the archive, on SSH Secure > Shell you need to convert the keys. So on Debian, create a > keypair called

Re: Passwordless SSH setup

2004-06-02 Thread Bill Moseley
On Wed, Jun 02, 2004 at 01:02:08AM -0500, Will Trillich wrote: > for passwordless SSH-ing, try this (and feel free to augment or > correct if i overlook something)-- > > localbox$ ssh-keygen -t dsa > > after some q&a (just answer with blanks, for passwordless > connections) this creates a ~

Passwordless SSH setup

2004-06-01 Thread Will Trillich
On Wed, Jun 02, 2004 at 12:42:38AM -0500, Will Trillich wrote: > /usr/bin/rsync \ > -vaz\ > -e /usr/bin/ssh \ > --delete\ > /home/office/ \ > 10.1.1.5:/home/shared/ > > this assumes passwordless ssh connecti