Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
The ssh protocol (version 2 in your case) isn't that easy, as it probably involves some handshaking, some exchange of encryption information, etc.
Hence, it's not recommend to just use telnet to port 22.
Rather, I'd like to focus on why installing PuTty (or another ssh client) fails for you. Can you give us details on that?
Yes, impossible with telnet. telnet talks telnet protocol (there's nearly nothing more than the data but still). Ssh talks ssh protocol.
They won't understand each other!
@nx5000: actually, you can use telnet to talk whatever protocol you like. The tricky part is that you need to actually know and follow the protocol yourself, which may be described in some RFCs and stuff, so not at all that easy!
For example, you can use telnet to talk to a mail server, following the very easy SMTP protocol and then send out mails that way.
Yes, but telnet has its additions, like sequence controls and other stuffs I can't remember
Take netcat for example. This is RAW TCP data, nothing more.
If you add option -t to netcat, it will talk telnet.
So there is a little difference.
telnet is a tool but it's also a protocol. /usr/bin/telnet talks telnet protocol.
I used to simulate a ftp client for security testing with 2 netcat, that's funny and very instructive.
netcat is a good tool, socat is another one.
Simulating ssh is probably nearly impossible, so for the OP, putty or switch to linux
Reminds me of old questions found on IRC
"How to hack with telnet"
The ssh protocol (version 2 in your case) isn't that easy, as it probably involves some handshaking, some exchange of encryption information, etc.
Hence, it's not recommend to just use telnet to port 22.
Rather, I'd like to focus on why installing PuTty (or another ssh client) fails for you. Can you give us details on that?
I cannt install PuTty because i dont have the administrator right to install any software into my notebook computer which is belongs to company.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.