summaryrefslogtreecommitdiffstats
path: root/rules/lsh.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2023-09-29 12:31:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2023-09-29 12:37:16 +0200
commit46aa45896418ddc8b5be0a5263b4a7c1ed5f2c33 (patch)
treebe31bac8baf3a5d6ec62097a09fc5dcb7f72fc8f /rules/lsh.in
parent6e03fe9f3ac8b90b8762017dd24194886bec2e6b (diff)
downloadptxdist-46aa45896418ddc8b5be0a5263b4a7c1ed5f2c33.tar.gz
ptxdist-46aa45896418ddc8b5be0a5263b4a7c1ed5f2c33.tar.xz
lsh: remove after more than one year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/lsh.in')
-rw-r--r--rules/lsh.in72
1 files changed, 0 insertions, 72 deletions
diff --git a/rules/lsh.in b/rules/lsh.in
deleted file mode 100644
index eb41e22c8..000000000
--- a/rules/lsh.in
+++ /dev/null
@@ -1,72 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=networking
-# lsh configuration
-
-menuconfig LSH
- tristate
- prompt "lsh "
- select LIBC_CRYPT if LSH_LSHD
- select LIBGMP
- select LIBOOP
- select ZLIB
- help
- lsh is an SSH implementation.
-
- STAGING: remove in PTXdist 2023.04.0
- Upstream is dead and fails to build with a current toolchain.
-
-if LSH
-
-config LSH_EXECUV
- bool
- prompt "Install lsh-execuv"
- help
- lsh-execuv is a utility program for the lsh server that
- securely executes a program as a different user.
-
-config LSH_LSHD
- bool
- prompt "Install lshd"
- help
- lshd is a server for the SSH-2 (secsh) protocol.
-
-config LSH_SFTPD
- bool
- prompt "Install sftp-server"
- help
- Server for the sftp subsystem, see the --subsystems option
- to lshd.
-
-config LSH_MAKESEED
- bool
- prompt "Install lsh-make-seed"
- help
- lsh-make-seed - Creates an initial random seed file for
- the YARROW pseudorandomnessgenerator used by lsh.
-
-config LSH_KEYGEN
- bool
- prompt "Install lsh-keygen"
- help
- lsh-keygen - Generates a keypair and write it on stdout.
- Generates a new private key for the desired algorithm
- and security level and write it on stdout.
-
- You will usually want to pipe the new key into a program
- like lsh-writekey, to split it into its private and public
- parts, and optionally encrypt the private information.
-
-config LSH_WRITEKEY
- bool
- prompt "Install lsh-writekey"
- help
- lsh-writekey - Keypair split/store handler.
- Splits a keypair in one private and one public file,
- optionally encrypting the private file using a passphrase.
-
- Common usage is to pipe the output from lsh-keygen into
- this program.
-
-endif
-