Re: SSH Rsync issues

2010-09-10 Thread Rob Owens
On Thu, Sep 09, 2010 at 06:01:55PM -0400, Hal Vaughan wrote: In short: I have ssh set up on two systems so I can ssh from one to the other. My id_rsa.pub in ~/.ssh on my system is copied into ~/.ssh/authorized_keys on the remote system. I can ssh from local to remote with no issue and

Re: SSH Rsync issues

2010-09-10 Thread Hal Vaughan
On Sep 10, 2010, at 8:14 AM, Rob Owens wrote: On Thu, Sep 09, 2010 at 06:01:55PM -0400, Hal Vaughan wrote: In short: I have ssh set up on two systems so I can ssh from one to the other. My id_rsa.pub in ~/.ssh on my system is copied into ~/.ssh/authorized_keys on the remote system. I

Re: SSH Rsync issues

2010-09-10 Thread Rob Owens
On Fri, Sep 10, 2010 at 10:57:56AM -0400, Hal Vaughan wrote: On Sep 10, 2010, at 8:14 AM, Rob Owens wrote: On Thu, Sep 09, 2010 at 06:01:55PM -0400, Hal Vaughan wrote: In short: I have ssh set up on two systems so I can ssh from one to the other. My id_rsa.pub in ~/.ssh on my

Re: SSH Rsync issues

2010-09-10 Thread Hal Vaughan
On Sep 10, 2010, at 1:36 PM, Rob Owens wrote: On Fri, Sep 10, 2010 at 10:57:56AM -0400, Hal Vaughan wrote: On Sep 10, 2010, at 8:14 AM, Rob Owens wrote: On Thu, Sep 09, 2010 at 06:01:55PM -0400, Hal Vaughan wrote: In short: I have ssh set up on two systems so I can ssh from one to

Re: SSH Rsync issues

2010-09-10 Thread Rob Owens
On Fri, Sep 10, 2010 at 02:18:42PM -0400, Hal Vaughan wrote: On Sep 10, 2010, at 1:36 PM, Rob Owens wrote: You should probably google rsyncd encryption and see what you can find. For the single-colon rsync, you don't need to specify --rsh=ssh. It is the default. Yeah, but I

Re: SSH Rsync issues

2010-09-10 Thread Hal Vaughan
On Sep 10, 2010, at 2:49 PM, Rob Owens wrote: On Fri, Sep 10, 2010 at 02:18:42PM -0400, Hal Vaughan wrote: On Sep 10, 2010, at 1:36 PM, Rob Owens wrote: You should probably google rsyncd encryption and see what you can find. For the single-colon rsync, you don't need to specify

SSH Rsync issues

2010-09-09 Thread Hal Vaughan
In short: I have ssh set up on two systems so I can ssh from one to the other. My id_rsa.pub in ~/.ssh on my system is copied into ~/.ssh/authorized_keys on the remote system. I can ssh from local to remote with no issue and it's configured so authentication does not use passwords, but uses

Re: SSH Rsync issues

2010-09-09 Thread Kevin Ross
On 09/09/2010 03:01 PM, Hal Vaughan wrote: I can rsync to the other machine. Using rsync localfile tnet-web::threshNet-Public works fine and the file is transferred. BUT when I try to use rsync over ssh, it will NOT work. According to the man page, your first example should automatically

Re: SSH Rsync issues

2010-09-09 Thread Hal Vaughan
On Sep 9, 2010, at 6:46 PM, Kevin Ross wrote: On 09/09/2010 03:01 PM, Hal Vaughan wrote: I can rsync to the other machine. Using rsync localfile tnet-web::threshNet-Public works fine and the file is transferred. BUT when I try to use rsync over ssh, it will NOT work. According to

Re: SSH Rsync issues

2010-09-09 Thread Kevin Ross
On 9/9/2010 5:56 PM, Hal Vaughan wrote: On Sep 9, 2010, at 6:46 PM, Kevin Ross wrote: On 09/09/2010 03:01 PM, Hal Vaughan wrote: I can rsync to the other machine. Using rsync localfile tnet-web::threshNet-Public works fine and the file is transferred. BUT when I try to use rsync over