Re: rsync with ssh problem

2001-11-12 Thread Mike Egglestone
Quoting Brian Nelson <[EMAIL PROTECTED]>: Hi Brian, I usually get that message when rsync isn't installed on my "remote" computer. Perhaps double check rsync is installed on both machines. Using ssh with rsync is cool. I usually setup a seperate key to go along with ssh and rsync. The key created

Re: rsync with ssh problem

2001-11-11 Thread Brian Nelson
"nate" <[EMAIL PROTECTED]> writes: > Brian Nelson said: > > I'm trying to run rsync over ssh with a command such as: > > > > $ rsync -v -e ssh some_file another_computer:. > > > > or any other permutation of the command, but I get the > > not-so-verbose error message: > > > > bash: rsync: command

Re: rsync with ssh problem

2001-11-11 Thread nate
Brian Nelson said: > I'm trying to run rsync over ssh with a command such as: > > $ rsync -v -e ssh some_file another_computer:. > > or any other permutation of the command, but I get the > not-so-verbose error message: > > bash: rsync: command not found > unexpected EOF in read_timeout sounds lik

rsync with ssh problem

2001-11-11 Thread Brian Nelson
I'm trying to run rsync over ssh with a command such as: $ rsync -v -e ssh some_file another_computer:. or any other permutation of the command, but I get the not-so-verbose error message: bash: rsync: command not found unexpected EOF in read_timeout Presumably, the command in question is ssh,