1.

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

Answer» <html><body><p>Hello Everyone!<br/>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 <a href="https://interviewquestions.tuteehub.com/tag/ssh-11643" style="font-weight:bold;" target="_blank" title="Click to know more about SSH">SSH</a> clients. For instance, I would SSH to open three client windows (<a href="https://interviewquestions.tuteehub.com/tag/server-11236" style="font-weight:bold;" target="_blank" title="Click to know more about SERVER">SERVER</a>, server2, and server3). The username and passwords are the same for all three servers. <br/><br/>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 <a href="https://interviewquestions.tuteehub.com/tag/password-597077" style="font-weight:bold;" target="_blank" title="Click to know more about PASSWORD">PASSWORD</a>?<br/><br/>I'm <a href="https://interviewquestions.tuteehub.com/tag/also-373387" style="font-weight:bold;" target="_blank" title="Click to know more about ALSO">ALSO</a> curious as to what some of you are using to <a href="https://interviewquestions.tuteehub.com/tag/automate-7261678" style="font-weight:bold;" target="_blank" title="Click to know more about AUTOMATE">AUTOMATE</a> your daily tasks. Everyday, I need to open several ssh windows and figured it would be easier if this process was automated.<br/><br/>Thanks for your help!Maybe try:<br/><br/>Start SSHclient username password<br/><br/>Worth a shot?</p></body></html>


Discussion

No Comment Found