summaryrefslogtreecommitdiffstats
path: root/rules/lsh.in
blob: 2ae56a1f5939c3f91d7a69a7a57ebbf30bfc79b4 (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
50
51
52
# lsh configuration

menuconfig LSH
	prompt "LSH                 "
	bool
	select GMP4
	select LIBOOP
	help
	  lsh is an SSH implementation. 

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

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

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

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

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

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