Results 1 to 3 of 3
Thread: Change Telnet cmd line to SSH
-
30-05-2012, 20:33 #1
-= TeamSpeak Addict =-
- Join Date
- Jul 2010
- Location
- Madrid
- Posts
- 110
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.
-
31-05-2012, 07:01 #2
-= TeamSpeak Team =-
- Join Date
- Jun 2002
- Location
- Krün / Germany
- Posts
- 1,965
if you want this extra security, why not use an ssh tunnel?
-
01-06-2012, 19:40 #3
-= TeamSpeak Addict =-
- 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
-
[Resolved] Devs You forgot the Force nick Change and Avatar Change
By MajorThorn in forum Suggestions and FeedbackReplies: 2Last Post: 15-10-2011, 12:31 -
Change input device to line in?
By Luwigie in forum [TeamSpeak 2] Client SupportReplies: 5Last Post: 28-04-2005, 17:11 -
how to change the PW with telnet??
By }{@wKEyE in forum [TeamSpeak 2] Addons & ScriptsReplies: 1Last Post: 16-12-2003, 13:06 -
Line Out = Line IN??? Derbes Prob
By [SN]Malte-X in forum [TeamSpeak 2] Client SupportReplies: 1Last Post: 08-05-2003, 12:53


Reply With Quote