How to convert telnet to SSH
Currently my application is using telnet to connect to server. The java file is using commands like:-
login()
waitfor("$")
send()
What are the corresponding commands i need to use for SSH con开发者_StackOverflownections and what all things i have to do to convert this telnet to SSH? Please help..
Perhaps this SO discussion should be of help?
精彩评论