Paketname | telnet-ssl |
Beschreibung | The telnet client with SSL encryption support |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.17.24+0.1-22 |
Sektion | net |
Priorität | extra |
Installierte Größe | 240 Byte |
Hängt ab von | libssl0.9.8 (>= 0.9.8g-9), libc6 (>= 2.1.3), libncurses5 (>= 5.6+20071006-3), libstdc++6 (>= 4.1.1) |
Empfohlene Pakete | |
Paketbetreuer | Ian Beckwith |
Quelle | netkit-telnet-ssl |
Paketgröße | 84614 Byte |
Prüfsumme MD5 | 3041fd865bac78787e3cc57a4693e898 |
Prüfsumme SHA1 | ba501ee178b10b1c64e4ead1fc2771d98941bcca |
Prüfsumme SHA256 | e018199cf7527404deb7cb3128477c6b1c12dfa655248658b487007e63a4e9db |
Link zum Herunterladen | telnet-ssl_0.17.24+0.1-22_i386.deb |
Ausführliche Beschreibung | The telnet command is used for interactive communication with another host
using the TELNET protocol.
.
SSL telnet replaces normal telnet using SSL authentication and
encryption. It interoperates with normal telnetd in both directions.
It checks if the other side is also talking SSL, if not it falls back
to normal telnet protocol.
.
Advantages over normal telnet: Your passwords and the data you send
will not go in cleartext over the line. Nobody can get it with
tcpdump or similar tools. With SSLtelnet you can also connect to
https-server like https://www.mozilla.org. Just do
'telnet -z ssl www.mozilla.org 443'
|