Need help using jump server to transfer file #859
Unanswered
ashishiter
asked this question in
Q&A
Replies: 1 comment 4 replies
-
i.e. you should open a |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone . I am using a jump server with private key and certificate base authentication . The example of the scp command that works looks like 'How can i add a certificate file along with the private key which will be used by the target server . The scp command look like this :
"scp -i id-rsa -o "ProxyCommand ssh -qx -i id-rsa -o"CertificateFile id-rsa-cert.pub" svcAuto@jump.mmm.com -W %h:%p" foo.bar ec2-user@targetHost:"
I would like to know how to pass the ProxyCommand.
Beta Was this translation helpful? Give feedback.
All reactions