aspose file tools
The moose likes Sockets and Internet Protocols and the fly likes Running expect4j in an SSH environment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "Running expect4j in an SSH environment" Watch "Running expect4j in an SSH environment" New topic
Author

Running expect4j in an SSH environment

Anthony Schmitt
Ranch Hand

Joined: Nov 17, 2009
Posts: 37
I'm trying to login to SSH normally, then send six digits to my server, get a response, run expect4j code that matches regex and responds.

My code is almost working, save for that fact that my six digits and following response are being processed by my later expect4j code, and I don't know why.

This is the last line that gets processed before it hands off:
expect.expect("\r\nDestination: ", loginClosure);


 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Running expect4j in an SSH environment
 
Similar Threads
SSH port forwarding is not working
Invoking unix shell commands from java.
Closing SSH connection kill deamon
Can't connect to ssh server using jsch or sshtools -- OpenSSL misconfiguration or coding error?
jcraft.jsch problem