Created
August 21, 2020 19:03
-
-
Save jsturtevant/2ba967a3e3705e6b6b51fd3eb9c77917 to your computer and use it in GitHub Desktop.
vscode ssh config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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