This repo uses batch file (windows), to automate your tedious ssh logins.
If you're work requires a lot of interactions with servers, this might be handy.
this blog explains this in breief.
- putty.exe (Download link here])
- Just download/copy-paste the script to your desktop.
- provide your server credentials in the script.
- run the script.
Note : If you're desktop has multiple users, it is advisable to not store your password in the script instead use this.
set /p password="Enter password: "
I belive this still wins over whole manual process😆.
Thanks