louisdh / openterm

OpenTerm, a sandboxed command line interface for iOS
Other
1.63k stars 249 forks source link

No way to specify custom ssh port #146

Open rothomp3 opened 6 years ago

rothomp3 commented 6 years ago

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 6 years ago

it seems that the only flag he accepts is -q https://github.com/holzschu/ios_system/blob/5f4ac24955ed4270543de141cf85671c0ffb6787/ssh_main.c#L352

asfork commented 6 years ago

Same here.

rothomp3 commented 6 years ago

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 iOShttps://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 GitHubhttps://github.com/louisdh/openterm/issues/146#issuecomment-391849633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ADzc6lIbvTfEwBbm75JLCdU5ZEUVXFnTks5t1xifgaJpZM4UMfJi.

germanlarrosa commented 6 years ago

Yup, faced same issue here. Any news about a possible fix? Thanks

nathdrey commented 6 years ago

Hi everybody, is there any update on this topic ?