Visual Studio Code

Shortcuts

Remote SSH

Proxy

https://code.visualstudio.com/blogs/2019/10/03/remote-ssh-tips-and-tricks#_proxycommand https://serverfault.com/questions/956613/windows-10-ssh-proxycommand-posix-spawn-no-such-file-or-directory

Host step-login
    HostName TARGET_HOST
    User NAME
    ProxyCommand C:\Windows\System32\OpenSSH\ssh.exe -q -W %h:%p JUMP_BOX
    ForwardX11 Yes