Re: multi-hop scp questions

2016-12-08 Thread Cameron Simpson
On 08Dec2016 12:04, ProPAAS DBA wrote: I want to copy files from server C to my laptop, I have access to server C via: laptop --> ssh to server B (the jumpbox) then server B --> ssh to server C I added an ssh config like this (.ssh/config in my home dir on my laptop): Host serverB Host

Re: multi-hop scp questions

2016-12-08 Thread Kevin Cummings
On 12/08/16 14:04, ProPAAS DBA wrote: > All; > > > I want to copy files from server C to my laptop, I have access to server > C via: > > laptop --> ssh to server B (the jumpbox) > > then > > server B --> ssh to server C Can you login to your jumpbox, and copy the files from there? something

multi-hop scp questions

2016-12-08 Thread ProPAAS DBA
All; I want to copy files from server C to my laptop, I have access to server C via: laptop --> ssh to server B (the jumpbox) then server B --> ssh to server C I added an ssh config like this (.ssh/config in my home dir on my laptop): Host serverB HostName jumpbox.clientA.aws.co