notsure Posted April 19, 2012 Posted April 19, 2012 (edited) Hello,I'm trying to make a SSH connection using TCP on port 22. But the only thing i get is "protocol mismatch".And yes, i have read the RFC4251 (http://www.ietf.org/rfc/rfc4251.txt) but i'm not quite sure on how to exchange the public and private keys using TCPsend...The only "normal" response from the server i get is SSH-1.99-OpenSSH_3.4p1 , after that i get (10053) Software caused connection abort.Is there any UDF available for SSH connections? or anyone who made a SSH connection using autoit?Either way, any help is greatly appreciated.Thanks in advance! Edited April 19, 2012 by notsure
lowray1975 Posted April 19, 2012 Posted April 19, 2012 (edited) Do a quick search in the form for "putty" and/or "ssh" - you'll find a few examples that might help.Plink Wrapper:This post has some useful information as well:The above page contains this link:Good luck. Edited April 19, 2012 by lowray1975
notsure Posted April 20, 2012 Author Posted April 20, 2012 Thx, but i was trying to write a SSH client on my own (without external programs like PLINK/PUTTY) because that seems more accurate and more stable to me... I will have a look at it, thanks alot.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now