You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like this happens because ssh-keyscan wants the port to be passed in separately when it's called here. A patch could be made to split the string using something like https://stackoverflow.com/a/918931/602588 and check if there's a port number and optionally set it to be used.
I'm struggling to get deploy keys / hostkeys to work.
My remote git server has a non-standard port number.
Has anyone had any luck setting this up?
I've tried
Not sure if this is an issue with deploy key, or host key....
The text was updated successfully, but these errors were encountered: