Subversion Repositories

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

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

Rev 102 Rev 107
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.3
6
Standards-Version: 3.9.4
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 a GPLed implementation of the Secure SHell protocol version 2
19
 lsh is a GPLed implementation of the Secure SHell protocol version 2
20
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
20
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
21
 .
21
 .
22
 This package contains the lsh utilities. This includes programs such
22
 This package contains the lsh utilities. This includes programs such
23
 as lsh-keygen, lsh-writekey (both programs for public/private key
23
 as lsh-keygen, lsh-writekey (both programs for public/private key
24
 generation), lsh-authorize (for automatic remote key authentication),
24
 generation), lsh-authorize (for automatic remote key authentication),
25
 ssh-conv (utilities for converting between various public and private
25
 ssh-conv (utilities for converting between various public and private
26
 key formats), and a number of other utilities for use with both the
26
 key formats), and a number of other utilities for use with both the
27
 lsh server and client.
27
 lsh server and client.
28
 .
28
 .
29
 In some countries it may be illegal to use any encryption at all
29
 In some countries it may be illegal to use any encryption at all
30
 without a special permit.
30
 without a special permit.
31
31
32
Package: lsh-server
32
Package: lsh-server
33
Architecture: any
33
Architecture: any
34
Provides: ssh-server
34
Provides: ssh-server
35
Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
35
Depends: lsh-utils (= ${binary:Version}), openssh-blacklist,
36
 ${shlibs:Depends}, ${misc:Depends}
36
 ${shlibs:Depends}, ${misc:Depends}
37
Recommends: openssh-blacklist-extra
37
Recommends: openssh-blacklist-extra
38
Suggests: lsh-client | openssh-client, lsh-doc
38
Suggests: lsh-client | openssh-client, lsh-doc
39
Description: Secure Shell v2 (SSH2) protocol server
39
Description: Secure Shell v2 (SSH2) protocol server
40
 lsh is a GPLed implementation of the Secure SHell protocol version 2
40
 lsh is a GPLed implementation of the Secure SHell protocol version 2
41
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
41
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
42
 .
42
 .
43
 This package contains the lsh server, lshd. This package is required
43
 This package contains the lsh server, lshd. This package is required
44
 to allow SSH2 logins to the local machine.
44
 to allow SSH2 logins to the local machine.
45
 .
45
 .
46
 In some countries it may be illegal to use any encryption
46
 In some countries it may be illegal to use any encryption
47
 at all without a special permit. 
47
 at all without a special permit. 
48
48
49
Package: lsh-client
49
Package: lsh-client
50
Architecture: any
50
Architecture: any
51
Depends: nettle-bin, lsh-utils (= ${binary:Version}),
51
Depends: nettle-bin, lsh-utils (= ${binary:Version}),
52
 ${shlibs:Depends}, ${misc:Depends}
52
 ${shlibs:Depends}, ${misc:Depends}
53
Breaks: lsh-utils (<< 2.0.4-dfsg-1)
53
Breaks: lsh-utils (<< 2.0.4-dfsg-1)
54
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
54
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
55
Suggests: lsh-doc
55
Suggests: lsh-doc
56
Description: Secure Shell v2 (SSH2) protocol client
56
Description: Secure Shell v2 (SSH2) protocol client
57
 lsh is a GPLed implementation of the Secure SHell protocol version 2
57
 lsh is a GPLed implementation of the Secure SHell protocol version 2
58
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
58
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
59
 .
59
 .
60
 This package contains the lsh client used to log in to a remote lsh
60
 This package contains the lsh client used to log in to a remote lsh
61
 or SSH2 server.
61
 or SSH2 server.
62
 .
62
 .
63
 In some countries it may be illegal to use any encryption
63
 In some countries it may be illegal to use any encryption
64
 at all without a special permit. 
64
 at all without a special permit. 
65
65
66
Package: lsh-doc
66
Package: lsh-doc
67
Architecture: all
67
Architecture: all
68
Section: doc
68
Section: doc
69
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
69
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
70
Suggests: lsh-utils, lsh-server, lsh-client
70
Suggests: lsh-utils, lsh-server, lsh-client
71
Conflicts: lsh-utils (<< 1.0.2-3)
71
Conflicts: lsh-utils (<< 1.0.2-3)
72
Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
72
Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1)
73
Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
73
Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
74
Description: Secure Shell v2 (SSH2) documentation
74
Description: Secure Shell v2 (SSH2) documentation
75
 lsh is a GPLed implementation of the Secure SHell protocol version 2
75
 lsh is a GPLed implementation of the Secure SHell protocol version 2
76
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
76
 (SSH2), a secure replacement for rlogin, rsh, and rcp.
77
 .
77
 .
78
 This package contains the lsh documentation, including info
78
 This package contains the lsh documentation, including info
79
 pages and manpages about the various protocols which lsh uses,
79
 pages and manpages about the various protocols which lsh uses,
80
 as well as various documents about lsh internals, protocols,
80
 as well as various documents about lsh internals, protocols,
81
 and general lsh development.
81
 and general lsh development.
82
 .
82
 .
83
 In some countries it may be illegal to use any encryption
83
 In some countries it may be illegal to use any encryption
84
 at all without a special permit. 
84
 at all without a special permit.