search for: somefilesserver2

Displaying 2 results from an estimated 2 matches for "somefilesserver2".

2016 Jun 12
3
scp via another server
...; _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos I don't know. I have no problems with 'ssh user1 at server1' and 'ssh user1 at server2' or running 'scp user1 at server2:somefilesserver2 tolocationonserver1' after having ssh'ed into server 1. I just tried 'ssh user1 at server1 'scp user1 at server2:somefilesserver2 tolocationonserver1'' which worked fine suggesting that the configuration is correct. There seems to be something broken when using scp between...
2016 Jun 12
4
scp via another server
On 06/12/2016 05:21 PM, J Martin Rushton wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > $ scp svr2:/path/to/source svr1:/path/to/dest > > You'll get twice the network traffic since the copy is running on your > workstattoin (or whatever). > > On 12/06/16 15:40, H wrote: >> I normally use ssh to log into a remote server, change directory >>