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
Copy file name to clipboardExpand all lines: src/sshd/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ While the some services automates SSH setup (e.g., when using the GitHub CLI for
76
76
```
77
77
\\sshfs.r\vscode@localhost!2222\workspaces
78
78
```
79
-
...where `vscode` above is the user you are running as in the container and `2222` after the `!` is the same local port you used in the `ssh`commandin the previous seciton.
79
+
...where `vscode` above is the user you are running as in the container and `2222` after the `!` is the same local port you used in the `ssh`commandin the previous section.
80
80
81
81
4. Your dev container's filesystem should now be available in the `~/sshfs/devcontainer` folder on macOS or Linux or in a new explorer window on Windows.
0 commit comments