Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 93 | Rev 100 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 93 Rev 94
1
Source: lsh-utils
1
Source: lsh-utils
2
Section: net
2
Section: net
3
Priority: extra
3
Priority: extra
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
5
Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
6
Standards-Version: 3.9.1
6
Standards-Version: 3.9.2
7
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, automake,
7
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf, automake,
8
 libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
8
 libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 2.2~), nettle-bin,
9
 texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev, 
9
 texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev, 
10
 libpam0g-dev | libpam-dev, libreadline-dev, m4
10
 libpam0g-dev | libpam-dev, libreadline-dev, m4
11
Homepage: http://www.lysator.liu.se/~nisse/lsh/
11
Homepage: http://www.lysator.liu.se/~nisse/lsh/
12
12
13
Package: lsh-utils
13
Package: lsh-utils
14
Architecture: any
14
Architecture: any
15
Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
15
Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends}
16
Recommends: openssh-blacklist, openssh-blacklist-extra
16
Recommends: openssh-blacklist, openssh-blacklist-extra
17
Suggests: lsh-server, lsh-client, lsh-doc
17
Suggests: lsh-server, lsh-client, lsh-doc
18
Description: Secure Shell v2 (SSH2) protocol utilities
18
Description: Secure Shell v2 (SSH2) protocol utilities
19
 lsh is GNU GPL'd implementation of the Secure Shell protocol version
19
 lsh is GNU GPL'd implementation of the Secure Shell protocol version
20
 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
20
 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
21
 rlogin, rsh and rcp.
21
 rlogin, rsh and rcp.
22
 .
22
 .
23
 This package contains the lsh utilities. This includes programs such
23
 This package contains the lsh utilities. This includes programs such
24
 as lsh-keygen, lsh-writekey (both programs for public/private key
24
 as lsh-keygen, lsh-writekey (both programs for public/private key
25
 generation), lsh-authorize (for automatic remote key authentication),
25
 generation), lsh-authorize (for automatic remote key authentication),
26
 ssh-conv (utilities for converting between various public & private
26
 ssh-conv (utilities for converting between various public & private
27
 key formats), and a number of other utilities for use with both the
27
 key formats), and a number of other utilities for use with both the
28
 lsh server and client.
28
 lsh server and client.
29
 .
29
 .
30
 In some countries it may be illegal to use any encryption at all
30
 In some countries it may be illegal to use any encryption at all
31
 without a special permit.
31
 without a special permit.
32
32
33
Package: lsh-server
33
Package: lsh-server
34
Architecture: any
34
Architecture: any
35
Provides: ssh-server
35
Provides: ssh-server
36
Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
36
Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
37
 ${shlibs:Depends}, ${misc:Depends}
37
 ${shlibs:Depends}, ${misc:Depends}
38
Recommends: openssh-blacklist-extra
38
Recommends: openssh-blacklist-extra
39
Suggests: lsh-client | openssh-client, lsh-doc
39
Suggests: lsh-client | openssh-client, lsh-doc
40
Description: Secure Shell v2 (SSH2) protocol server
40
Description: Secure Shell v2 (SSH2) protocol server
41
 lsh is GNU GPL'd implementation of the Secure Shell
41
 lsh is GNU GPL'd implementation of the Secure Shell
42
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
42
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
43
 is a secure replacement for rlogin, rsh and rcp.
43
 is a secure replacement for rlogin, rsh and rcp.
44
 .
44
 .
45
 This package contains the lsh server, lshd. This package is required
45
 This package contains the lsh server, lshd. This package is required
46
 to allow SSH2 logins to the local machine.
46
 to allow SSH2 logins to the local machine.
47
 .
47
 .
48
 In some countries it may be illegal to use any encryption
48
 In some countries it may be illegal to use any encryption
49
 at all without a special permit. 
49
 at all without a special permit. 
50
50
51
Package: lsh-client
51
Package: lsh-client
52
Architecture: any
52
Architecture: any
53
Depends: nettle-bin, lsh-utils (= ${binary:Version}),
53
Depends: nettle-bin, lsh-utils (= ${binary:Version}),
54
 ${shlibs:Depends}, ${misc:Depends}
54
 ${shlibs:Depends}, ${misc:Depends}
55
Breaks: lsh-utils (<< 2.0.4-dfsg-1)
55
Breaks: lsh-utils (<< 2.0.4-dfsg-1)
56
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
56
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
57
Suggests: lsh-doc
57
Suggests: lsh-doc
58
Description: Secure Shell v2 (SSH2) protocol client
58
Description: Secure Shell v2 (SSH2) protocol client
59
 lsh is GNU GPL'd implementation of the Secure Shell
59
 lsh is GNU GPL'd implementation of the Secure Shell
60
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
60
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
61
 is a secure replacement for rlogin, rsh and rcp.
61
 is a secure replacement for rlogin, rsh and rcp.
62
 .
62
 .
63
 This package contains the lsh client used to log in to a remote lsh
63
 This package contains the lsh client used to log in to a remote lsh
64
 or ssh2 server.
64
 or ssh2 server.
65
 .
65
 .
66
 In some countries it may be illegal to use any encryption
66
 In some countries it may be illegal to use any encryption
67
 at all without a special permit. 
67
 at all without a special permit. 
68
68
69
Package: lsh-doc
69
Package: lsh-doc
70
Architecture: all
70
Architecture: all
71
Section: doc
71
Section: doc
72
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
72
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
73
Suggests: lsh-utils, lsh-server, lsh-client
73
Suggests: lsh-utils, lsh-server, lsh-client
74
Conflicts: lsh-utils (<< 1.0.2-3)
74
Conflicts: lsh-utils (<< 1.0.2-3)
75
Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
75
Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
76
Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
76
Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
77
Description: Secure Shell v2 (SSH2) client / server / utilities documentation
77
Description: Secure Shell v2 (SSH2) client / server / utilities documentation
78
 lsh is GNU GPL'd implementation of the Secure Shell
78
 lsh is GNU GPL'd implementation of the Secure Shell
79
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
79
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
80
 is a secure replacement for rlogin, rsh and rcp.
80
 is a secure replacement for rlogin, rsh and rcp.
81
 .
81
 .
82
 This package contains the lsh documentation, including info
82
 This package contains the lsh documentation, including info
83
 pages, manpages about the various protocols which lsh uses,
83
 pages, manpages about the various protocols which lsh uses,
84
 as well as various documents about lsh internals, protocols
84
 as well as various documents about lsh internals, protocols
85
 and general lsh development.
85
 and general lsh development.
86
 .
86
 .
87
 In some countries it may be illegal to use any encryption
87
 In some countries it may be illegal to use any encryption
88
 at all without a special permit. 
88
 at all without a special permit.