-
-
Save lvnilesh/15225de3731f1fa4b095d68474bf79a4 to your computer and use it in GitHub Desktop.
ssh proxycommand windows 10 with ssh on powershell
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 NAT | |
HostName 52.15.213.177 | |
ForwardAgent yes | |
StrictHostKeyChecking ask | |
IdentityFile "C:\Users\Zach Tankersley\.ssh\id_rsa.pem" | |
User ec2-user | |
Host 10.0.1.12 | |
ProxyCommand C:\Windows\System32\OpenSSH\ssh.exe -q -W %h:%p NAT | |
ForwardAgent yes | |
IdentityFile "C:\Users\Zach Tankersley\.ssh\id_rsa.pem" | |
User ubuntu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment