I need to send Putty a command after I do the following:
Putty.exe -ssh HOST@ADDRESS_1
Due to issues with ADDRESS_2 I can't access it directly after launching Putty. Instead I need to do the following after launching Putty:
ssh HOST@ADDRESS_2
Then I can get to ADDRESS_2.
Is there a way to send a command for putty to run after it launches. I looked up and putty does have a -m switch, however I was unable to get it to work on my Windows system.