LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   alternatives to telent (https://www.linuxquestions.org/questions/linux-newbie-8/alternatives-to-telent-764083/)

casperdaghost 10-23-2009 10:01 PM

alternatives to telent
 
a big part of my job is starting processes on different hosts. I would like to automate this - at least the telent part. Telneting to 20 different hosts in a row entering in the same id and password is time consuming.

Writing shell scripts which preload the id and password is difficult.
is there an alternative to using telnet - wouls ssh work?

Are there alternatives to telnet?

avijitp 10-23-2009 10:04 PM

Use ssh and you can authenticate using public/private key from a central bastion host. That should serve the purpose.


All times are GMT -5. The time now is 03:42 PM.