1b1e4 Telnet after ssh - The Tcl programming language
Training, Open Source computer languages
PerlPHPPythonMySQLApache / TomcatTclRubyJavaC and C++LinuxCSS 
Search for:
Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
Telnet after ssh

Posted by kumz_alca (kumz_alca), 5 February 2008
Hi,
I am a newbie to expect, so please bear with me. I am trying to spawn a telnet session within an ssh session and have not been successful. I am pasting the code below. Can you please tell me what is the problem with this code? It hangs after the spawning ssh to the 1st shell.

#!/opt/exp/bin/expect
log_user 0
set timeout 3
set id [exec xterm -e ssh@$argv]
expect -i $id -re "Password: "
exp_send -i $id "abc"
exp_send -i $id "telnet host2"


Please help.

Thanks

Posted by admin (Graham Ellis), 6 February 2008
You should use spawn to spawn your new preocess that's going to be controlled by expect.



This page is a thread posted to the opentalk forum at www.opentalk.org.uk and archived here for reference. To jump to the archive index please follow this link.

You can Add a comment or ranking to this page

© WELL HOUSE CONSULTANTS LTD., 2013: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 899360 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho
0