I have machine A with a public IP address (addr_a), machine B within a LAN of private IP address(addr_b), the router of the LAN has a public IP address (addr_r). If I log into machine A by ssh from machine B, how can I use the command scp to copy files from machine A to machine B?
|
feedback
|
migrated from stackoverflow.com Sep 21 '11 at 19:47
This question came from our site for professional and enthusiast programmers.
|
Can you avoid logging in there? It would probably be better to run
If you absolutely cannot avoid it, you can either
| |||
|
feedback
|