I need to do SSH twice:
ssh myname@server1
and later
ssh myname@server2
and later I would like to execute a few Bash commands on server2, like e.g. htop
.
I need all of it to run when clicking PuTTY shortcut. Is it possible? How to do it in a way it will not promt for a password?