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
I initially left it as git@whatever because thats what Heroku toolbelt uses, also implicitly git will use ssh as its transport unless a explicit directive exists. To change this you would have fork toolbelt which I dont think is necessary. In testing enviornment one can specify port by:
In my .ssh/config I have
Host testopenruko
Hostname localhost
Port 2222
In production or 3rd party hosted environments I presume most people leave the default port in which case justhostname works.
Im flexible though if you want to persist this way, is it possible without changing Heroku toolbelt?
Curently in the README there is an important note, if user want to use OpenRuko.
CHANGE heroku remote to use the ssh protocol insted of the git protocol, replace [email protected] to ssh://openruko.com:2222 in your .git/config
It would be great to not ask the user to change the .git/config, and do it automatically.
The text was updated successfully, but these errors were encountered: