vscode-coder
vscode-coder copied to clipboard
Forward SSH user agent
From the source code I am not able to find out if ForwardAgent setting is possible,
export interface SSHValues {
Host: string
ProxyCommand: string
ConnectTimeout: string
StrictHostKeyChecking: string
UserKnownHostsFile: string
LogLevel: string
SetEnv?: string
}
I would like to use Yubikey to sign my git commits and use it for accessing git repos.
This works if I add ForwardAgent=yes to the ~/.ssh/config file for Coder and use the remote SSH extension in VSCode.