Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Automating ssh login using expect
Name: vinsun Date: November 10, 2007 at 18:41:37 Pacific OS: LINUX CPU/Ram: not sure Product: not sure
Comment:
Hi All, I am new to linux. I am trying to write a script to automate ssh login using expect utility. After I login to the remote host, I should be able to execute a set of commands.
Summary: Hi All, I am new to linux. I am trying to write a script to automate ssh login using expect utility. After I login to the remote host, I should be able to execute a set of commands. Here's my script; ...
Summary: Hello, when I log in via ssh to my linuxserver, the 'login as:' appears immediately, then 'sent username "xyz"' appears. I then have to wait about 25 seconds before I can type the password. The compu...