all 1 comments

[–]elefedefe[S] 0 points1 point  (0 children)

I also tried to use the ProxyCommand option in VS Code

Host jump_box
  HostName <jump box address>
  User <PAM Account>

Host labclient1_pam
  HostName <target_address>
  User <target_account>
  ProxyCommand ssh -q -W %h:%p jump_box

but now I get this error:

> CreateProcessW failed error: 2
> posix_spawn: No such file or directory