Added link to known limitations in SSH agent forwarding documentation (#7251)

Co-authored-by: Nick Trogh <1908215+ntrogh@users.noreply.github.com>
Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
This commit is contained in:
Kevin Chen 2024-05-06 15:45:56 -04:00 коммит произвёл GitHub
Родитель f8a7c14ce9
Коммит d7b6cda3fd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -70,6 +70,8 @@ if [ -z "$SSH_AUTH_SOCK" ]; then
fi
```
If you encounter any issues, you may want to check the Dev Containers extension's [known limitations](/docs/devcontainers/containers.md#known-limitations).
## Sharing GPG Keys
If you want to [GPG](https://www.gnupg.org/) sign your commits, you can share your local keys with your container as well. You can find out about signing using a GPG key in [GitHub's documentation](https://docs.github.com/authentication/managing-commit-signature-verification).