Hello all....
I am new in this forum.
I have some doubts about ssh.. Can any one help me?
How can I copy one file from a remote host which is in different network?
I ssh to System B from System A, Can I ssh to System C from System B (where A & B are in same network and C is in different network)?
How can I copy one file from System C to System B, in the above case?
Give me the syntax also....
I'm stuck here....
Please give me an an early reply...
Saju
Sounds like System B is your gateway between different hosts on your network so to speak. Try something like this from systemB:
Code:scp systemA:/path/to/source/file systemC:/path/to/destination
63,000 bugs in the code, 63,000 bugs,
ya get 1 whacked with a service pack,
now there's 63,005 bugs in the code!!
Bookmarks