sftp - How does scp traffic flow between two remote hosts? -
If you issue a scp command between 2 remote servers, then traffic directly to the host For example, I issue this order on my laptop:
scp user1@remote1.com: / files user2@remote2.com: / files
-3 which is used for your local machine.
Will route traffic through the medium. This is useful if the hosts are on different networks and can not see each other. . From your written article it seems that normally the hosts will try to connect directly to each other.
Comments
Post a Comment