Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 99a4e26

Browse files
authored
fix
1 parent e454fdc commit 99a4e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For instance, if you are using a `VPN` to connect to your enterprise network to
1717

1818
2. The extension relies on `gh codespace ssh` command to establish SSH tunnel to a Codespace, hence you need to setup ssh keys if you didn't before. If you can do `sudo gh codespace ssh` (`sudo` is important since kernel might use different identity under non-root user) and connect to a Codespace successfully, - you are good to go. Refer to [Generating a new SSH key and adding it to the ssh-agent](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) for more info. List of known issues and workarounds for them can be found [here](https://github.com/github/gh-net/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue).
1919

20-
3. If your codespace uses the non-default image, make sure that the [GitHub CLI](https://cli.github.com/) and an SSH server are installed inside the codespace.
20+
3. If your codespace uses a non-default image, ensure that both the [GitHub CLI](https://cli.github.com/) and an SSH server are installed inside the codespace.
2121

2222
One way to install the prereqs is by adding the following to the `features` property of your `devcontainer.json` file.
2323
```jsonc

0 commit comments

Comments
 (0)