- Make sure seamless ssh keys are setup to your bastion server for your username
- Not covered here
- See: http://www.ualberta.ca/CNS/RESEARCH/LinuxClusters/pka-putty.html
- Session -> Host Name -> mytargetserver.mydomain.com
- Connection -> Proxy
- Proxy Type -> Local
- Telnet command, or local proxy command
- c:/program files (x86)/putty/plink.exe myproxy.mydomain.com -l myusername -agent -nc %host:%port
- adjust this path to plink.exe to match your local setup
- hint: install the complete putty install package, not just putty
- Tunnels
- L8081 mytargetserver.mydomain.com:8081
Another example: plink -L 127.0.0.1:1433:mysqlserver.com:1433 admin@google.com -i myprivkeyfile
No comments:
Post a Comment
Note: only a member of this blog may post a comment.