-
Notifications
You must be signed in to change notification settings - Fork 413
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsshIssue in vscode-remote SSHIssue in vscode-remote SSHverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.49.0-insider
- OS Version: 5.7.14-200.fc32.x86_64 (Client), Windows 10 19041.450 (Host)
Steps to Reproduce:
- Install Windows 10
- Set up with local account, for name put full name, see that suggested user name has a space "First Last" (if not, add one).
- Follow instructions to set up openssh.
- From another computer, verify you can SSH to the Windows 10 machine
ssh first\ last@win10machine - Open VS Code
- Add a new SSH host
- Note that in the ~/.ssh/config VS Code didn't add quotes around the user name.
- Try to ssh in a terminal to the Windows 10 machine
ssh first\ last@win10machine. -> THIS CAUSES ERROR config file is malformed. - Update config to have quotes around the name
- Try to ssh in a terminal to the Windows 10 machine againe
ssh first\ last@win10machine. -> Now works - Launch VS Code
- Try to SSH connect to host
- Notice that the name isn't correct -> "last@win10machine"
- Connection fails.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsshIssue in vscode-remote SSHIssue in vscode-remote SSHverifiedVerification succeededVerification succeeded