1.

Solve : Write a BATCH file to open a SSH Client?

Answer»

Hello Everyone!
I'm new to these forums/batch coding so please bare with me. I'm trying to write a BATCH script that will open several SSH clients. For instance, I would SSH to open three client windows (SERVER, server2, and server3). The username and passwords are the same for all three servers.

Is this possible? I know that the command "start SshClient" will open one window, but how can I make it so that it inputs the username and PASSWORD?

I'm ALSO curious as to what some of you are using to AUTOMATE your daily tasks. Everyday, I need to open several ssh windows and figured it would be easier if this process was automated.

Thanks for your help!Maybe try:

Start SSHclient username password

Worth a shot?



Discussion

No Comment Found