-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify local SSH configuration settings #153
Comments
Also, not sure if the wild card works with vscode, I've had a person tell me they are having problems with having that in their config.
|
Regarding the missing It's actually implied from:
that is just before
and then it continues with:
Also, if OTH, the X11 example is self-contained, so I guess it's worth doing that for the ProxyJump example too. It's just that I wanted people to be able to do one of this at the time, in case they run into problem. |
Got it - keeping that as an n=1 sample right now, but if more reports come in, it might be worth looking into that. |
From what I have observed, the User entry in the ssh config only applies to the target host, and the username for the ProxyJump host must be separately specified in the command, or in many modern implementations, the ssh username reverts to the client username from the connecting host. I think we already fixed this on other pages which present jump hosts. |
https://wynton.ucsf.edu/hpc/howto/log-in-without-pwd.html#connect-directly-to-a-development-node
Suggests using the following ssh
config
connect directly to a dev host:In my experience, if you don't include the username in the ProxyJump line, it will use the username from the connecting environmant.
i.e.
The text was updated successfully, but these errors were encountered: