vscode-coder icon indicating copy to clipboard operation
vscode-coder copied to clipboard

Forward SSH user agent

Open jonasbg opened this issue 2 years ago • 0 comments

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.

jonasbg avatar Jun 16 '23 07:06 jonasbg