summaryrefslogtreecommitdiffstats
path: root/rules/lsh.in
blob: 47662609f14d372dc54111eb8ca91fdc66257a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# lsh configuration

menuconfig LSH
	tristate
	prompt "LSH                           "
	select LIBGMP
	select LIBOOP
	help
	  lsh is an SSH implementation.
if LSH

config LSH_EXECUV
	bool
	prompt "Install lsh-execuf"
	help
	  FIXME: This item needs to be documented

config LSH_LSHD
	bool
	prompt "Install lshd"
	help
	  FIXME: This item needs to be documented

config LSH_SFTPD
	bool
	prompt  "Install sftp-server"
	help
	  FIXME: This item needs to be documented

config LSH_MAKESEED
	bool
	prompt "Install lsh-make-seed"
	help
	  FIXME: This item needs to be documented

config LSH_KEYGEN 
	bool
	prompt "Install lsh-keygen"
	help
	  FIXME: This item needs to be documented

config LSH_WRITEKEY
	bool
	prompt "Install lsh-writekey"
	help
	  FIXME: This item needs to be documented

endif