Subversion Repositories

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

Rev 5 | Rev 47 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 29
Line 1... Line 1...
1
Source: lsh
1
Source: lsh-utils
2
Section: net
2
Section: net
3
Priority: extra
3
Priority: extra
4
Maintainer: Simon Law <sfllaw@debian.org>
4
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Uploaders: Stefan Pfetzing <dreamind@dreamind.de>,
5
Uploaders: Stefan Pfetzing <dreamind@dreamind.de>
6
 Magnus Holmgren <magnus@kibibyte.se>
-
 
7
Standards-Version: 3.7.2
6
Standards-Version: 3.7.3
8
Build-Depends: cdbs, debhelper (>= 4.1.16), libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, texinfo (>= 4.2), guile-1.6 | scsh-0.6, heimdal-dev, libwrap0-dev | libwrap-dev, libpam0g-dev | libpam-dev, libreadline5-dev | libreadline-dev, m4, autotools-dev
7
Build-Depends: cdbs, debhelper (>= 4.1.16), dpatch, autotools-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, 
-
 
10
 libpam0g-dev | libpam-dev, libreadline5-dev | libreadline-dev, m4
-
 
11
Homepage: http://www.lysator.liu.se/~nisse/lsh/
9
12
10
Package: lsh-utils
13
Package: lsh-utils
11
Architecture: any
14
Architecture: any
12
Depends: lsh-client, ${shlibs:Depends}
15
Depends: nettle-bin, ${shlibs:Depends}
13
Recommends: lsh-server
-
 
14
Suggests: lsh-utils-doc
16
Suggests: lsh-server, lsh-client, lsh-doc
15
Conflicts: nettle-bin (<< 1.12-1), 
-
 
16
Description: Secure Shell v2 (SSH2) protocol utilities
17
Description: Secure Shell v2 (SSH2) protocol utilities
17
 lsh is GNU GPL'd implementation of the Secure Shell
18
 lsh is GNU GPL'd implementation of the Secure Shell protocol version
18
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
19
 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for
19
 is a secure replacement for rlogin, rsh and rcp.
20
 rlogin, rsh and rcp.
-
 
21
 .
-
 
22
 This package contains the lsh utilities. This includes programs such
-
 
23
 as lsh-keygen, lsh-writekey (both programs for public/private key
-
 
24
 generation), lsh-authorize (for automatic remote key authentication),
-
 
25
 ssh-conv (utilities for converting between various public & private
-
 
26
 key formats), and a number of other utilities for use with both the
-
 
27
 lsh server and client.
20
 .
28
 .
21
 This package contains the lsh utilities. This includes
-
 
22
 programs such as lsh-keygen, lsh-writekey (both programs
-
 
23
 for public/private key generation), lsh-authorize (for
-
 
24
 automatic remote key authentication), sexp-conv and ssh-conv
-
 
25
 (utilities for converting between various public & private
-
 
26
 key formats), and a number of other utilities for use with
-
 
27
 both the lsh server and client.
-
 
28
 .
-
 
29
 In some countries it may be illegal to use any encryption
29
 In some countries it may be illegal to use any encryption at all
30
 at all 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}), ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0
35
Depends: lsh-utils (= ${binary:Version}), ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0
36
Conflicts: lsh-utils (<< 1.0.2-3)
36
Conflicts: lsh-utils (<< 1.0.2-3)
37
Suggests: lsh-client | openssh-client
37
Suggests: lsh-client | openssh-client, lsh-doc
38
Description: Secure Shell v2 (SSH2) protocol server
38
Description: Secure Shell v2 (SSH2) protocol server
39
 lsh is GNU GPL'd implementation of the Secure Shell
39
 lsh is GNU GPL'd implementation of the Secure Shell
40
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
40
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
41
 is a secure replacement for rlogin, rsh and rcp.
41
 is a secure replacement for rlogin, rsh and rcp.
42
 .
42
 .
Line 46... Line 46...
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: lsh-utils (= ${binary:Version}), ${shlibs:Depends}
51
Depends: nettle-bin, ${shlibs:Depends}, lsh-utils (= ${binary:Version})
52
Conflicts: lsh-utils (<< 1.0.2-3)
52
Conflicts: lsh-utils (<< 2.0.4-dfsg-1)
-
 
53
Replaces: lsh-utils (<< 2.0.4-dfsg-1)
-
 
54
Suggests: lsh-doc
53
Description: Secure Shell v2 (SSH2) protocol client
55
Description: Secure Shell v2 (SSH2) protocol client
54
 lsh is GNU GPL'd implementation of the Secure Shell
56
 lsh is GNU GPL'd implementation of the Secure Shell
55
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
57
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
56
 is a secure replacement for rlogin, rsh and rcp.
58
 is a secure replacement for rlogin, rsh and rcp.
57
 .
59
 .
58
 This package contains the lsh client. This package is
60
 This package contains the lsh client used to log in to a remote lsh
59
 required to log into a remote lsh or ssh2 server. Please
-
 
60
 note that the client binary is normally called 'lsh' rather
-
 
61
 than 'lshc', but as there is already a 'lsh' binary in
-
 
62
 Debian (the Limited SHell - see the 'lsh' package), the
-
 
63
 client binary has been renamed to 'lshc'. All the other
-
 
64
 program names remain as normal.
61
 or ssh2 server.
65
 .
62
 .
66
 In some countries it may be illegal to use any encryption
63
 In some countries it may be illegal to use any encryption
67
 at all without a special permit. 
64
 at all without a special permit. 
68
65
69
Package: lsh-doc
66
Package: lsh-doc
70
Architecture: all
67
Architecture: all
71
Section: doc
68
Section: doc
72
Suggests: lsh-utils, lsh-server, lsh-client
69
Suggests: lsh-utils, lsh-server, lsh-client
-
 
70
Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1)
73
Conflicts: lsh-utils (<< 1.0.2-3)
71
Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1)
74
Description: Secure Shell v2 (SSH2) client / server / utilities documentation
72
Description: Secure Shell v2 (SSH2) client / server / utilities documentation
75
 lsh is GNU GPL'd implementation of the Secure Shell
73
 lsh is GNU GPL'd implementation of the Secure Shell
76
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
74
 protocol version 2 (SSH2). The SSH (Secure SHell) protocol
77
 is a secure replacement for rlogin, rsh and rcp.
75
 is a secure replacement for rlogin, rsh and rcp.
78
 .
76
 .
Line 81... Line 79...
81
 as well as various documents about lsh internals, protocols
79
 as well as various documents about lsh internals, protocols
82
 and general lsh development.
80
 and general lsh development.
83
 .
81
 .
84
 In some countries it may be illegal to use any encryption
82
 In some countries it may be illegal to use any encryption
85
 at all without a special permit. 
83
 at all without a special permit. 
86
-