Rev 153 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
10 | magnus | 1 | Source: lsh-utils |
2 | magnus | 2 | Section: net |
151 | magnus | 3 | Priority: optional |
23 | magnus | 4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
153 | magnus | 5 | Standards-Version: 4.1.3. |
150 | magnus | 6 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9.20160709), dh-autoreconf, automake, |
149 | magnus | 7 | libgmp-dev, zlib1g-dev | libz-dev, liboop-dev, libxau-dev, nettle-dev (>= 3.4~), nettle-bin, |
135 | magnus | 8 | texinfo (>= 4.2), libkrb5-dev, libwrap0-dev | libwrap-dev, |
67 | magnus | 9 | libpam0g-dev | libpam-dev, libreadline-dev, m4 |
11 | magnus | 10 | Homepage: http://www.lysator.liu.se/~nisse/lsh/ |
2 | magnus | 11 | |
12 | Package: lsh-utils |
||
13 | Architecture: any |
||
62 | magnus | 14 | Depends: nettle-bin (>= 2.0-2), ${shlibs:Depends}, ${misc:Depends} |
19 | magnus | 15 | Suggests: lsh-server, lsh-client, lsh-doc |
2 | magnus | 16 | Description: Secure Shell v2 (SSH2) protocol utilities |
102 | magnus | 17 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
18 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
||
2 | magnus | 19 | . |
13 | magnus | 20 | This package contains the lsh utilities. This includes programs such |
21 | as lsh-keygen, lsh-writekey (both programs for public/private key |
||
22 | generation), lsh-authorize (for automatic remote key authentication), |
||
102 | magnus | 23 | ssh-conv (utilities for converting between various public and private |
13 | magnus | 24 | key formats), and a number of other utilities for use with both the |
25 | lsh server and client. |
||
2 | magnus | 26 | . |
13 | magnus | 27 | In some countries it may be illegal to use any encryption at all |
28 | without a special permit. |
||
2 | magnus | 29 | |
30 | Package: lsh-server |
||
31 | Architecture: any |
||
32 | Provides: ssh-server |
||
146 | magnus | 33 | Depends: lsh-utils (= ${binary:Version}), |
140 | magnus | 34 | lsb-base (>= 3.0-6), ${shlibs:Depends}, ${misc:Depends} |
19 | magnus | 35 | Suggests: lsh-client | openssh-client, lsh-doc |
2 | magnus | 36 | Description: Secure Shell v2 (SSH2) protocol server |
102 | magnus | 37 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
38 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
||
2 | magnus | 39 | . |
40 | This package contains the lsh server, lshd. This package is required |
||
41 | to allow SSH2 logins to the local machine. |
||
42 | . |
||
43 | In some countries it may be illegal to use any encryption |
||
44 | at all without a special permit. |
||
45 | |||
46 | Package: lsh-client |
||
47 | Architecture: any |
||
62 | magnus | 48 | Depends: nettle-bin, lsh-utils (= ${binary:Version}), |
49 | ${shlibs:Depends}, ${misc:Depends} |
||
76 | magnus | 50 | Breaks: lsh-utils (<< 2.0.4-dfsg-1) |
9 | magnus | 51 | Replaces: lsh-utils (<< 2.0.4-dfsg-1) |
19 | magnus | 52 | Suggests: lsh-doc |
2 | magnus | 53 | Description: Secure Shell v2 (SSH2) protocol client |
102 | magnus | 54 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
55 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
||
2 | magnus | 56 | . |
13 | magnus | 57 | This package contains the lsh client used to log in to a remote lsh |
102 | magnus | 58 | or SSH2 server. |
2 | magnus | 59 | . |
60 | In some countries it may be illegal to use any encryption |
||
61 | at all without a special permit. |
||
62 | |||
63 | Package: lsh-doc |
||
64 | Architecture: all |
||
65 | Section: doc |
||
113 | magnus | 66 | Depends: ${misc:Depends} |
2 | magnus | 67 | Suggests: lsh-utils, lsh-server, lsh-client |
76 | magnus | 68 | Conflicts: lsh-utils (<< 1.0.2-3) |
69 | Breaks: lsh-utils-doc (<< 2.0.4-dfsg-1) |
||
9 | magnus | 70 | Replaces: lsh-utils-doc (<< 2.0.4-dfsg-1) |
102 | magnus | 71 | Description: Secure Shell v2 (SSH2) documentation |
72 | lsh is a GPLed implementation of the Secure SHell protocol version 2 |
||
73 | (SSH2), a secure replacement for rlogin, rsh, and rcp. |
||
2 | magnus | 74 | . |
75 | This package contains the lsh documentation, including info |
||
102 | magnus | 76 | pages and manpages about the various protocols which lsh uses, |
77 | as well as various documents about lsh internals, protocols, |
||
2 | magnus | 78 | and general lsh development. |
79 | . |
||
80 | In some countries it may be illegal to use any encryption |
||
81 | at all without a special permit. |