fixup dsniff start and remove manpages
[openwrt.git] / package / openssh / Config.in
1 menu "openssh - A free implementation of the Secure Shell protocol"
2
3 config BR2_PACKAGE_OPENSSH
4 bool "OpenSSH - A free implementation of the Secure Shell protocol"
5 default y if CONFIG_DEVEL
6 help
7 OpenSSH is a FREE version of the SSH protocol suite of network
8 connectivity tools that increasing numbers of people on the Internet
9 are coming to rely on. Many users of telnet, rlogin, ftp, and other
10 such programs might not realize that their password is transmitted
11 across the Internet unencrypted, but it is. OpenSSH encrypts all
12 traffic (including passwords) to effectively eliminate eavesdropping,
13 connection hijacking, and other network-level attacks. Additionally,
14 OpenSSH provides a myriad of secure tunneling capabilities, as well
15 as a variety of authentication methods.
16
17 http://www.openssh.com/
18
19 Depends: openssl
20
21
22 config BR2_PACKAGE_OPENSSH_CLIENT
23 tristate "openssh-client - OpenSSH client"
24 default m if CONFIG_DEVEL
25 depends BR2_PACKAGE_OPENSSH
26 select BR2_PACKAGE_LIBOPENSSL
27
28 config BR2_PACKAGE_OPENSSH_CLIENT_UTILS
29 tristate "openssh-client-utils - OpenSSH client utilities"
30 default m if CONFIG_DEVEL
31 depends BR2_PACKAGE_OPENSSH_CLIENT
32
33 config BR2_PACKAGE_OPENSSH_SERVER
34 tristate "openssh-server - OpenSSH server"
35 default m if CONFIG_DEVEL
36 depends BR2_PACKAGE_OPENSSH
37 select BR2_PACKAGE_LIBOPENSSL
38
39 config BR2_PACKAGE_OPENSSH_SFTP_CLIENT
40 tristate "openssh-sftp-client - OpenSSH SFTP client"
41 default m if CONFIG_DEVEL
42 depends BR2_PACKAGE_OPENSSH
43 select BR2_PACKAGE_LIBOPENSSL
44
45 config BR2_PACKAGE_OPENSSH_SFTP_SERVER
46 tristate "openssh-sftp-server - OpenSSH SFTP server"
47 default m if CONFIG_DEVEL
48 depends BR2_PACKAGE_OPENSSH
49 select BR2_PACKAGE_LIBOPENSSL
50
51 endmenu
52
This page took 0.045005 seconds and 5 git commands to generate.