On Saturday 07 August 2010 05:53 PM, b@pad.ma wrote:
What I want to do is transfer files from one to another without my client system downloading any files. (both have /public_html folders. The files from one need to be xfered to another)
scp user@host1:/path/to/file user@host2:/path/to/
This is so simple. :-) Never thought of this.
I just have one query. How will it sequentially ask for passwords and where will the ssh key be stored? If I get the key from one remote host into my client machine, how will the other host gain access on that key. Unless of course the same key is set up manually in advance on all machines.