Rev 19 | Rev 24 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 19 | Rev 23 | ||
|---|---|---|---|
| 1 | Source: lsh-utils |
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 <holmgren@debian.org> |
- | |
| 7 | Standards-Version: 3.7.3 |
6 | Standards-Version: 3.7.3 |
| 8 | Build-Depends: cdbs, debhelper (>= 4.1.16), dpatch, autotools-dev, |
7 | Build-Depends: cdbs, debhelper (>= 4.1.16), dpatch, autotools-dev, |
| 9 | libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, libnettle-dev, |
8 | libgmp3-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, libnettle-dev, |
| 10 | 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, |
| 11 | libpam0g-dev | libpam-dev, libreadline5-dev | libreadline-dev, m4 |
10 | libpam0g-dev | libpam-dev, libreadline5-dev | libreadline-dev, m4 |
| 12 | Homepage: http://www.lysator.liu.se/~nisse/lsh/ |
11 | Homepage: http://www.lysator.liu.se/~nisse/lsh/ |
| 13 | 12 | ||
| 14 | Package: lsh-utils |
13 | Package: lsh-utils |
| 15 | Architecture: any |
14 | Architecture: any |
| 16 | Depends: nettle-bin, ${shlibs:Depends}
|
15 | Depends: nettle-bin, ${shlibs:Depends}
|
| 17 | Suggests: lsh-server, lsh-client, lsh-doc |
16 | Suggests: lsh-server, lsh-client, lsh-doc |
| 18 | Description: Secure Shell v2 (SSH2) protocol utilities |
17 | Description: Secure Shell v2 (SSH2) protocol utilities |
| 19 | lsh is GNU GPL'd implementation of the Secure Shell protocol version |
18 | 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 |
19 | 2 (SSH2). The SSH (Secure SHell) protocol is a secure replacement for |
| 21 | rlogin, rsh and rcp. |
20 | rlogin, rsh and rcp. |
| 22 | . |
21 | . |
| 23 | This package contains the lsh utilities. This includes programs such |
22 | This package contains the lsh utilities. This includes programs such |
| 24 | as lsh-keygen, lsh-writekey (both programs for public/private key |
23 | as lsh-keygen, lsh-writekey (both programs for public/private key |
| 25 | generation), lsh-authorize (for automatic remote key authentication), |
24 | generation), lsh-authorize (for automatic remote key authentication), |
| 26 | ssh-conv (utilities for converting between various public & private |
25 | ssh-conv (utilities for converting between various public & private |
| 27 | 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 |
| 28 | lsh server and client. |
27 | lsh server and client. |
| 29 | . |
28 | . |
| 30 | 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 |
| 31 | without a special permit. |
30 | without a special permit. |
| 32 | 31 | ||
| 33 | Package: lsh-server |
32 | Package: lsh-server |
| 34 | Architecture: any |
33 | Architecture: any |
| 35 | Provides: ssh-server |
34 | Provides: ssh-server |
| 36 | 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
|
| 37 | Conflicts: lsh-utils (<< 1.0.2-3) |
36 | Conflicts: lsh-utils (<< 1.0.2-3) |
| 38 | Suggests: lsh-client | openssh-client, lsh-doc |
37 | Suggests: lsh-client | openssh-client, lsh-doc |
| 39 | Description: Secure Shell v2 (SSH2) protocol server |
38 | Description: Secure Shell v2 (SSH2) protocol server |
| 40 | lsh is GNU GPL'd implementation of the Secure Shell |
39 | lsh is GNU GPL'd implementation of the Secure Shell |
| 41 | protocol version 2 (SSH2). The SSH (Secure SHell) protocol |
40 | protocol version 2 (SSH2). The SSH (Secure SHell) protocol |
| 42 | is a secure replacement for rlogin, rsh and rcp. |
41 | is a secure replacement for rlogin, rsh and rcp. |
| 43 | . |
42 | . |
| 44 | This package contains the lsh server, lshd. This package is required |
43 | This package contains the lsh server, lshd. This package is required |
| 45 | to allow SSH2 logins to the local machine. |
44 | to allow SSH2 logins to the local machine. |
| 46 | . |
45 | . |
| 47 | In some countries it may be illegal to use any encryption |
46 | In some countries it may be illegal to use any encryption |
| 48 | at all without a special permit. |
47 | at all without a special permit. |
| 49 | 48 | ||
| 50 | Package: lsh-client |
49 | Package: lsh-client |
| 51 | Architecture: any |
50 | Architecture: any |
| 52 | Depends: nettle-bin, ${shlibs:Depends}
|
51 | Depends: nettle-bin, ${shlibs:Depends}
|
| 53 | Recommends: lsh-utils (= ${binary:Version})
|
52 | Recommends: lsh-utils (= ${binary:Version})
|
| 54 | Conflicts: lsh-utils (<< 2.0.4-dfsg-1) |
53 | Conflicts: lsh-utils (<< 2.0.4-dfsg-1) |
| 55 | Replaces: lsh-utils (<< 2.0.4-dfsg-1) |
54 | Replaces: lsh-utils (<< 2.0.4-dfsg-1) |
| 56 | Suggests: lsh-doc |
55 | Suggests: lsh-doc |
| 57 | Description: Secure Shell v2 (SSH2) protocol client |
56 | Description: Secure Shell v2 (SSH2) protocol client |
| 58 | lsh is GNU GPL'd implementation of the Secure Shell |
57 | lsh is GNU GPL'd implementation of the Secure Shell |
| 59 | protocol version 2 (SSH2). The SSH (Secure SHell) protocol |
58 | protocol version 2 (SSH2). The SSH (Secure SHell) protocol |
| 60 | is a secure replacement for rlogin, rsh and rcp. |
59 | is a secure replacement for rlogin, rsh and rcp. |
| 61 | . |
60 | . |
| 62 | This package contains the lsh client used to log in to a remote lsh |
61 | This package contains the lsh client used to log in to a remote lsh |
| 63 | or ssh2 server. |
62 | or ssh2 server. |
| 64 | . |
63 | . |
| 65 | In some countries it may be illegal to use any encryption |
64 | In some countries it may be illegal to use any encryption |
| 66 | at all without a special permit. |
65 | at all without a special permit. |
| 67 | 66 | ||
| 68 | Package: lsh-doc |
67 | Package: lsh-doc |
| 69 | Architecture: all |
68 | Architecture: all |
| 70 | Section: doc |
69 | Section: doc |
| 71 | Suggests: lsh-utils, lsh-server, lsh-client |
70 | Suggests: lsh-utils, lsh-server, lsh-client |
| 72 | Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1) |
71 | Conflicts: lsh-utils (<< 1.0.2-3), lsh-utils-doc (<< 2.0.4-dfsg-1) |
| 73 | Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1) |
72 | Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1) |
| 74 | Description: Secure Shell v2 (SSH2) client / server / utilities documentation |
73 | Description: Secure Shell v2 (SSH2) client / server / utilities documentation |
| 75 | lsh is GNU GPL'd implementation of the Secure Shell |
74 | lsh is GNU GPL'd implementation of the Secure Shell |
| 76 | protocol version 2 (SSH2). The SSH (Secure SHell) protocol |
75 | protocol version 2 (SSH2). The SSH (Secure SHell) protocol |
| 77 | is a secure replacement for rlogin, rsh and rcp. |
76 | is a secure replacement for rlogin, rsh and rcp. |
| 78 | . |
77 | . |
| 79 | This package contains the lsh documentation, including info |
78 | This package contains the lsh documentation, including info |
| 80 | pages, manpages about the various protocols which lsh uses, |
79 | pages, manpages about the various protocols which lsh uses, |
| 81 | as well as various documents about lsh internals, protocols |
80 | as well as various documents about lsh internals, protocols |
| 82 | and general lsh development. |
81 | and general lsh development. |
| 83 | . |
82 | . |
| 84 | In some countries it may be illegal to use any encryption |
83 | In some countries it may be illegal to use any encryption |
| 85 | at all without a special permit. |
84 | at all without a special permit. |