This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 249
No way to specify custom ssh port #146
Comments
it seems that the only flag he accepts is -q https://github.com/holzschu/ios_system/blob/5f4ac24955ed4270543de141cf85671c0ffb6787/ssh_main.c#L352 |
Same here. |
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 <[email protected]>
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>.
|
Yup, faced same issue here. Any news about a possible fix? Thanks |
Hi everybody, is there any update on this topic ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?The text was updated successfully, but these errors were encountered: