-
Notifications
You must be signed in to change notification settings - Fork 6
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
Default username does not work #283
Comments
I have the same issue on windows 11 with vscode 1.95.2 and the tailscale extension v1.0.0. It always uses the username from windows and ignores that setting |
The default username (set from "Change SSH username") seems to work for opening a terminal but not for "Attach VS Code". Could this be fixed? Additional feature request: be able to specify per-host default usernames through settings. Right now, it's not clear where the default username is being saved, but it'd be nice if it were in settings so that it can be synced to the cloud too. |
It's saved in the ssh config file in |
I configure a default username in the VSCode plugin, and I don't see anything being set in .ssh/config. It still manages to use that default username for the "Terminal" command. |
Ah, I thought you meant how it's for saved connections. The default username is save in But it sadly still ignores that setting :( |
That's a global username setting, and it works fine for me, but from the UI you can set a specific username per host, which works too but I don't know where that setting is saved (it's not in settings.json). |
That's saved in the ssh config files, like I told you before:
|
I entered the default username in the setting.
It ignores default username and it uses some other username.
The text was updated successfully, but these errors were encountered: