Copy Files From B to C via A with SSH
May 24, 2018 —Category: IT
The other day I had an interesting situation to solve: I have some data on machine B and I want it copied on machine C . However, machines B and C have no direct connection ( known_hosts ), but machine A can connect to B and C without password. It is obvious that one needs to use…