No way to specify custom ssh port
rothomp3 opened this issue · 5 comments
rothomp3 commented
As far as I can tell, the ssh command doesn't recognize any command-line options at all. It treats any argument as a host to connect to. This means I can't pass the -p
flag to change the port from the default 22. Am I missing something?
ddfznt commented
it seems that the only flag he accepts is -q https://github.com/holzschu/ios_system/blob/5f4ac24955ed4270543de141cf85671c0ffb6787/ssh_main.c#L352
asfork commented
Same here.
rothomp3 commented
Hmm I know more than enough C to fix that, if I had the free time 😓. Bleh, now I feel guilty haha
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Steve Zhang <notifications@github.com>
Sent: Thursday, May 24, 2018 4:31:27 PM
To: louisdh/openterm
Cc: Robert Thompson; Author
Subject: Re: [louisdh/openterm] No way to specify custom ssh port (#146)
Same here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#146 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADzc6lIbvTfEwBbm75JLCdU5ZEUVXFnTks5t1xifgaJpZM4UMfJi>.
germanlarrosa commented
Yup, faced same issue here. Any news about a possible fix? Thanks
nathdrey commented
Hi everybody, is there any update on this topic ?