Replies: 2 comments 2 replies
-
See documentation on using proxies.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Thanks for that. I haven't had time to work with those settings but I'm sure I'll get it to work.
From: Panos ***@***.***>
Sent: Thursday, April 1, 2021 19:49
To: ParallelSSH/parallel-ssh ***@***.***>
Cc: Murray Baker ***@***.***>; Author ***@***.***>
Subject: Re: [ParallelSSH/parallel-ssh] Working through jumphost (#288)
There are options for providing proxy user name, key file and etc where proxy auth differs from target host, see documentation.
OpenSSH configs are not read by parallel-ssh.
-
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FParallelSSH%2Fparallel-ssh%2Fdiscussions%2F288%23discussioncomment-556680&data=04%7C01%7Cmurray.baker%40blackboard.com%7Ceb3a0237abce42de36e508d8f4ef2dff%7Cbf0b29a25e5c4aaaba4dac988df15ea6%7C0%7C0%7C637528655399930634%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=Ywq3Gtd2xLLZg2odHcWxes0zMA8wIz8qIg0RppgdEoE%3D&reserved=0>, or unsubscribe<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FATOTGC22ASSPIZ7Y34K4TLLTGQ3ADANCNFSM42BFK2RQ&data=04%7C01%7Cmurray.baker%40blackboard.com%7Ceb3a0237abce42de36e508d8f4ef2dff%7Cbf0b29a25e5c4aaaba4dac988df15ea6%7C0%7C0%7C637528655399940629%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=MwTfs6dPXmlyGSWwsm2PpD%2BBFe4uMckoWVX40JGQba8%3D&reserved=0>.
This email and any attachments may contain confidential and proprietary information of Blackboard that is for the sole use of the intended recipient. If you are not the intended recipient, disclosure, copying, re-distribution or other use of any of this information is strictly prohibited. Please immediately notify the sender and delete this transmission if you received this email in error.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my .ssh/config file configured to allow simple ssh through jump hosts to servers within a protected zone. This allows a command like "ssh fred+10.10.10.10" to take me directly through the jump host to the destination machine. (I don't really understand how this works as I'm not a SSH guru.) This doesn't work through the parallel-ssh library. Is there some other way to make this work? I'm testing this with the sample code just with my jump host address.
Sample SSH config entry:
Test code:
Output:
Beta Was this translation helpful? Give feedback.
All reactions