Subversion Repositories

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

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

Rev 60 Rev 62
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.8.3
6
Standards-Version: 3.8.3
7
Build-Depends: cdbs, debhelper (>= 5), dpatch, autotools-dev,
7
Build-Depends: cdbs, debhelper (>= 5), dpatch, autotools-dev,
8
 libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev,
8
 libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev,
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, libreadline5-dev | libreadline-dev, m4
10
 libpam0g-dev | libpam-dev, libreadline5-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, ${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}, debconf (>= 1.2.0) | debconf-2.0
37
 ${shlibs:Depends}, ${misc:Depends}
38
Conflicts: lsh-utils (<< 1.0.2-3)
38
Conflicts: lsh-utils (<< 1.0.2-3)
39
Recommends: openssh-blacklist-extra
39
Recommends: openssh-blacklist-extra
40
Suggests: lsh-client | openssh-client, lsh-doc
40
Suggests: lsh-client | openssh-client, lsh-doc
41
Description: Secure Shell v2 (SSH2) protocol server
41
Description: Secure Shell v2 (SSH2) protocol server
42
 lsh is GNU GPL'd implementation of the Secure Shell
42
 lsh is GNU GPL'd implementation of the Secure Shell
43
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
43
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
44
 is a secure replacement for rlogin, rsh and rcp.
44
 is a secure replacement for rlogin, rsh and rcp.
45
 .
45
 .
46
 This package contains the lsh server, lshd. This package is required
46
 This package contains the lsh server, lshd. This package is required
47
 to allow SSH2 logins to the local machine.
47
 to allow SSH2 logins to the local machine.
48
 .
48
 .
49
 In some countries it may be illegal to use any encryption
49
 In some countries it may be illegal to use any encryption
50
 at all without a special permit. 
50
 at all without a special permit. 
51
51
52
Package: lsh-client
52
Package: lsh-client
53
Architecture: any
53
Architecture: any
54
Depends: nettle-bin, ${shlibs:Depends}, ${misc:Depends}, lsh-utils (= ${binary:Version})
54
Depends: nettle-bin, lsh-utils (= ${binary:Version}),
-
 
55
 ${shlibs:Depends}, ${misc:Depends}
55
Conflicts: lsh-utils (<< 2.0.4-dfsg-1)
56
Conflicts: lsh-utils (<< 2.0.4-dfsg-1)
56
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
57
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
57
Suggests: lsh-doc
58
Suggests: lsh-doc
58
Description: Secure Shell v2 (SSH2) protocol client
59
Description: Secure Shell v2 (SSH2) protocol client
59
 lsh is GNU GPL'd implementation of the Secure Shell
60
 lsh is GNU GPL'd implementation of the Secure Shell
60
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
61
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
61
 is a secure replacement for rlogin, rsh and rcp.
62
 is a secure replacement for rlogin, rsh and rcp.
62
 .
63
 .
63
 This package contains the lsh client used to log in to a remote lsh
64
 This package contains the lsh client used to log in to a remote lsh
64
 or ssh2 server.
65
 or ssh2 server.
65
 .
66
 .
66
 In some countries it may be illegal to use any encryption
67
 In some countries it may be illegal to use any encryption
67
 at all without a special permit. 
68
 at all without a special permit. 
68
69
69
Package: lsh-doc
70
Package: lsh-doc
70
Architecture: all
71
Architecture: all
71
Section: doc
72
Section: doc
72
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
73
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}
73
Suggests: lsh-utils, lsh-server, lsh-client
74
Suggests: lsh-utils, lsh-server, lsh-client
74
Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1)
75
Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1)
75
Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
76
Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
76
Description: Secure Shell v2 (SSH2) client / server / utilities documentation
77
Description: Secure Shell v2 (SSH2) client / server / utilities documentation
77
 lsh is GNU GPL'd implementation of the Secure Shell
78
 lsh is GNU GPL'd implementation of the Secure Shell
78
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
79
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
79
 is a secure replacement for rlogin, rsh and rcp.
80
 is a secure replacement for rlogin, rsh and rcp.
80
 .
81
 .
81
 This package contains the lsh documentation, including info
82
 This package contains the lsh documentation, including info
82
 pages, manpages about the various protocols which lsh uses,
83
 pages, manpages about the various protocols which lsh uses,
83
 as well as various documents about lsh internals, protocols
84
 as well as various documents about lsh internals, protocols
84
 and general lsh development.
85
 and general lsh development.
85
 .
86
 .
86
 In some countries it may be illegal to use any encryption
87
 In some countries it may be illegal to use any encryption
87
 at all without a special permit. 
88
 at all without a special permit.