mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
docs: explain SSH key behavior (#3990)
This commit is contained in:
BIN
docs/images/ssh-keys.png
Normal file
BIN
docs/images/ssh-keys.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 284 KiB |
@ -24,6 +24,19 @@ Often, this workflow is simply:
|
|||||||
We show parameters in cleartext around the product. Assume anyone with view
|
We show parameters in cleartext around the product. Assume anyone with view
|
||||||
access to a workspace can also see its parameters.
|
access to a workspace can also see its parameters.
|
||||||
|
|
||||||
|
## SSH Keys
|
||||||
|
|
||||||
|
Coder generates SSH key pairs for each user. This can be used as an authentication mechanism for
|
||||||
|
git providers or other tools. Within workspaces, git will attempt to use this key within workspaces
|
||||||
|
via the `$GIT_SSH_COMMAND` environment variable.
|
||||||
|
|
||||||
|
Users can view their public key in their account settings:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
> There is a [known issue](https://github.com/coder/coder/issues/3126) that prevents users from
|
||||||
|
> using their own SSH keys within Coder workspaces.
|
||||||
|
|
||||||
## Dynamic Secrets
|
## Dynamic Secrets
|
||||||
|
|
||||||
Dynamic secrets are attached to the workspace lifecycle and automatically
|
Dynamic secrets are attached to the workspace lifecycle and automatically
|
||||||
|
Reference in New Issue
Block a user