Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2010
    Location
    Madrid
    Posts
    110

    Question Change Telnet cmd line to SSH

    Why not made that change? I think that should be more secure.

    Telnet VS SSH

    Telnet, by default, does not encrypt any data sent over the connection (including passwords), and so it is often practical to eavesdrop on the communications and use the password later for malicious purposes; anybody who has access to a router, switch, hub or gateway located on the network between the two hosts where Telnet is being used can intercept the packets passing by and obtain login, password and whatever else is typed with a packet analyzer.


    SSH uses public-key cryptography to authenticate the remote computer and allow it to authenticate the user, if necessary. Anyone can produce a matching pair of different keys (public and private). The public key is placed on all computers that must allow access to the owner of the matching private key (the owner keeps the private key secret). While authentication is based on the private key, the key itself is never transferred through the network during authentication.
    SSH only verifies if the same person offering the public key also owns the matching private key. Hence, in all versions of SSH it is important to verify unknown public keys, i.e. associate the public keys with identities, before accepting them as valid. Accepting an attacker's public key without validation will authorize an unauthorized attacker as a valid user.

  2. #2
    Join Date
    Jun 2002
    Location
    Krün / Germany
    Posts
    1,965
    if you want this extra security, why not use an ssh tunnel?

  3. #3
    Join Date
    Jul 2010
    Location
    Madrid
    Posts
    110
    I've answered my question with another ...

    And .. Why not securing the program natively?
    Telnet, should be prohibited in the development of the applications. I see no complication at the level of programming to give the utility of local connections are via Telnet, and remote connections using SSH to provide security.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Resolved] Devs You forgot the Force nick Change and Avatar Change
    By MajorThorn in forum Suggestions and Feedback
    Replies: 2
    Last Post: 15-10-2011, 12:31
  2. Change input device to line in?
    By Luwigie in forum [TeamSpeak 2] Client Support
    Replies: 5
    Last Post: 28-04-2005, 17:11
  3. how to change the PW with telnet??
    By }{@wKEyE in forum [TeamSpeak 2] Addons & Scripts
    Replies: 1
    Last Post: 16-12-2003, 13:06
  4. Line Out = Line IN??? Derbes Prob
    By [SN]Malte-X in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 08-05-2003, 12:53

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •