• Forum
  • Lounge
  • Hey how do you Make your own ssh client?

 
Hey how do you Make your own ssh client? raw data doesnt work

I been looking this up but havent found any where to start, I dont think anyone on the net has even tried, I jsut want to make my own ssh client for uni uni uni.
What do you mean?
A quick google gave me two links that I think could be pretty helpful:
http://stackoverflow.com/questions/9978427/how-do-i-write-a-simple-ssh-client
http://www.dreamincode.net/forums/topic/212157-very-simple-ssh-client/

havent found any where to start

1) Some sort of networking library
2) Understand the SSH or appropriate protocol
3) Code

Like Resident Biscuit said, you are not asking a very clear question.
okay if I connect to port 22 with a hostname I dont log in with ssh I dont get asked a password, there seems to be some kind of end thing going on.

Couldnt find the protocol to op in, also never really understood enough to know how to ask the question, seem to be on the right track now :)

http://www.ietf.org/rfc/rfc4252.txt

There is more to ssh than just logging in. You can't just 'telnet hostname.domain 22' and expect anything to happen.
Wow its complex, Awesome :P

Thank you thats perfect.
Last edited on
closed account (S6k9GNh0)
OpenSSH is also... open. You can look at that for details.
Topic archived. No new replies allowed.