summaryrefslogtreecommitdiffstats
path: root/rules/openssh.in
blob: a83bd59827891ca119545b3a89faded17c9fde2e (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
menu	"OpenSSH             "

config OPENSSH
	bool
	select ZLIB
	select OPENSSL
	prompt "OpenSSH"
	help
	  FIXME: This item needs to be documented

config OPENSSH_SSH
	bool "Install ssh (client)"
	depends on OPENSSH
	help
	  FIXME: This item needs to be documented

config OPENSSH_SSHD
	bool "Install sshd (server)"
	default y
	depends on OPENSSH
	help
	  FIXME: This item needs to be documented

config OPENSSH_SCP
	bool "Install scp"
	depends on OPENSSH
	help
	  FIXME: This item needs to be documented

config OPENSSH_SFTP_SERVER
	bool "Install sftp-server"
	depends on OPENSSH
	help
	  FIXME: This item needs to be documented

config OPENSSH_KEYGEN
	bool "Install ssh-keygen"
	default y
	depends on OPENSSH
	help
	  FIXME: This item needs to be documented

endmenu