File: control

package info (click to toggle)
netkit-telnet-ssl 0.17.41%2Breally0.17-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,796 kB
  • sloc: cpp: 6,952; ansic: 6,724; sh: 182; makefile: 68
file content (58 lines) | stat: -rw-r--r-- 1,705 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: netkit-telnet-ssl
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.8
Rules-Requires-Root: no
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 libncurses-dev,
 libssl-dev,
Vcs-Git: https://salsa.debian.org/debian/netkit-telnet-ssl.git
Vcs-Browser: https://salsa.debian.org/debian/netkit-telnet-ssl

Package: telnet-ssl
Architecture: any
Depends:
 netbase,
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 telnet-client,
Description: telnet client with SSL encryption support
 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.

Package: telnetd-ssl
Architecture: any
Depends:
 adduser,
 openbsd-inetd | inet-superserver,
 openssl,
 passwd,
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 telnet-server,
Conflicts:
 telnetd,
Description: telnet server with SSL encryption support
 The in.telnetd program is a server which supports the DARPA telnet interactive
 communication protocol.
 .
 SSL telnetd replaces normal telnetd 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 telnetd: Your passwords and the data you send
 will not go in cleartext over the line.