Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Created August 21, 2020 19:03
Show Gist options
  • Save jsturtevant/2ba967a3e3705e6b6b51fd3eb9c77917 to your computer and use it in GitHub Desktop.
Save jsturtevant/2ba967a3e3705e6b6b51fd3eb9c77917 to your computer and use it in GitHub Desktop.
vscode ssh config
Host controlplane
HostName publicip
Port 22
User azureuser
Host windowsnode
HostName windowsnameorip
Port 22
ProxyCommand ssh controlplane -W %h:%p
User azureuser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment