summaryrefslogtreecommitdiffstats
path: root/rules/lsh.in
blob: d9982ce4372afefff159b68f4e068ee768134bb8 (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
menu "LSH                 "

config LSH
	bool
	prompt "LSH"

config LSH_EXECUV
	bool
	prompt "Install lsh-execuf"
	depends on LSH

config LSH_PROXY
	bool
	prompt "Install lsh_proxy"
	depends on LSH

config LSH_LSHD
	bool
	prompt "Install lshd"
	depends on LSH

config LSH_SFTPD
	bool
	prompt  "Install sftp-server"
	depends on LSH

config LSH_MAKESEED
	bool
	prompt "Install lsh-make-seed"
	depends on LSH

config LSH_KEYGEN 
	bool
	prompt "Install lsh-keygen"
	depends on LSH

config LSH_WRITEKEY
        bool
	prompt "Install lsh-writekey"
	depends on LSH

endmenu