mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
feat: add GPG forwarding to coder ssh (#5482)
This commit is contained in:
8
cli/testdata/coder_ssh_--help.golden
vendored
8
cli/testdata/coder_ssh_--help.golden
vendored
@ -7,6 +7,14 @@ Flags:
|
||||
-A, --forward-agent Specifies whether to forward the SSH agent
|
||||
specified in $SSH_AUTH_SOCK.
|
||||
Consumes $CODER_SSH_FORWARD_AGENT
|
||||
-G, --forward-gpg Specifies whether to forward the GPG agent.
|
||||
Unsupported on Windows workspaces, but supports all
|
||||
clients. Requires gnupg (gpg, gpgconf) on both the
|
||||
client and workspace. The GPG agent must already be
|
||||
running locally and will not be started for you. If
|
||||
a GPG agent is already running in the workspace, it
|
||||
will be attempted to be killed.
|
||||
Consumes $CODER_SSH_FORWARD_GPG
|
||||
-h, --help help for ssh
|
||||
--identity-agent string Specifies which identity agent to use (overrides
|
||||
$SSH_AUTH_SOCK), forward agent must also be
|
||||
|
Reference in New Issue
Block a user