source: freewrt/package/openssh/Config.in@ 917d2f1

freewrt_1_0 freewrt_2_0
Last change on this file since 917d2f1 was 917d2f1, checked in by Markus Wigge <markus@…>, 19 years ago

and some more Config.in cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1016 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[c04ece1]1config FWRT_COMPILE_OPENSSH
[475ad56]2 tristate
3 default n
[c04ece1]4 depends FWRT_PACKAGE_OPENSSH_CLIENT || FWRT_PACKAGE_OPENSSH_SERVER || FWRT_PACKAGE_OPENSSH_SFTP_CLIENT || FWRT_PACKAGE_OPENSSH_SFTP_SERVER
[475ad56]5
[917d2f1]6config FWRT_SHOW_OPENSSH
7 bool "openssh........................... OpenSSH server/client"
8
[c04ece1]9config FWRT_PACKAGE_OPENSSH_CLIENT
[917d2f1]10 prompt "openssh-client.................. OpenSSH client"
[475ad56]11 tristate
12 default m if CONFIG_DEVEL
[c04ece1]13 select FWRT_COMPILE_OPENSSH
14 select FWRT_PACKAGE_LIBOPENSSL
15 select FWRT_PACKAGE_ZLIB
[917d2f1]16 depends FWRT_SHOW_OPENSSH
[475ad56]17 help
18 OpenSSH is a FREE version of the SSH protocol suite of network
19 connectivity tools that increasing numbers of people on the Internet
20 are coming to rely on. Many users of telnet, rlogin, ftp, and other
21 such programs might not realize that their password is transmitted
22 across the Internet unencrypted, but it is. OpenSSH encrypts all
23 traffic (including passwords) to effectively eliminate eavesdropping,
24 connection hijacking, and other network-level attacks. Additionally,
25 OpenSSH provides a myriad of secure tunneling capabilities, as well
26 as a variety of authentication methods.
27
28 http://www.openssh.com/
29
30 Depends: openssl
31
[c04ece1]32config FWRT_PACKAGE_OPENSSH_CLIENT_UTILS
[917d2f1]33 prompt "openssh-client-utils.......... OpenSSH client utilities"
[475ad56]34 tristate
35 default m if CONFIG_DEVEL
[c04ece1]36 depends FWRT_PACKAGE_OPENSSH_CLIENT
[475ad56]37 help
38 OpenSSH is a FREE version of the SSH protocol suite of network
39 connectivity tools that increasing numbers of people on the Internet
40 are coming to rely on. Many users of telnet, rlogin, ftp, and other
41 such programs might not realize that their password is transmitted
42 across the Internet unencrypted, but it is. OpenSSH encrypts all
43 traffic (including passwords) to effectively eliminate eavesdropping,
44 connection hijacking, and other network-level attacks. Additionally,
45 OpenSSH provides a myriad of secure tunneling capabilities, as well
46 as a variety of authentication methods.
47
48 http://www.openssh.com/
49
50 Depends: openssl
51
[c04ece1]52config FWRT_PACKAGE_OPENSSH_SERVER
[917d2f1]53 prompt "openssh-server.................. OpenSSH server"
[475ad56]54 tristate
55 default m if CONFIG_DEVEL
[c04ece1]56 select FWRT_COMPILE_OPENSSH
57 select FWRT_PACKAGE_LIBOPENSSL
58 select FWRT_PACKAGE_ZLIB
[917d2f1]59 depends FWRT_SHOW_OPENSSH
[475ad56]60 help
61 OpenSSH is a FREE version of the SSH protocol suite of network
62 connectivity tools that increasing numbers of people on the Internet
63 are coming to rely on. Many users of telnet, rlogin, ftp, and other
64 such programs might not realize that their password is transmitted
65 across the Internet unencrypted, but it is. OpenSSH encrypts all
66 traffic (including passwords) to effectively eliminate eavesdropping,
67 connection hijacking, and other network-level attacks. Additionally,
68 OpenSSH provides a myriad of secure tunneling capabilities, as well
69 as a variety of authentication methods.
70
71 http://www.openssh.com/
72
73 Depends: openssl
74
[c04ece1]75config FWRT_PACKAGE_OPENSSH_SFTP_CLIENT
[917d2f1]76 prompt "openssh-sftp-client............. OpenSSH SFTP client"
[475ad56]77 tristate
78 default m if CONFIG_DEVEL
[c04ece1]79 select FWRT_COMPILE_OPENSSH
80 select FWRT_PACKAGE_LIBOPENSSL
81 select FWRT_PACKAGE_ZLIB
[917d2f1]82 depends FWRT_SHOW_OPENSSH
[475ad56]83 help
84 OpenSSH is a FREE version of the SSH protocol suite of network
85 connectivity tools that increasing numbers of people on the Internet
86 are coming to rely on. Many users of telnet, rlogin, ftp, and other
87 such programs might not realize that their password is transmitted
88 across the Internet unencrypted, but it is. OpenSSH encrypts all
89 traffic (including passwords) to effectively eliminate eavesdropping,
90 connection hijacking, and other network-level attacks. Additionally,
91 OpenSSH provides a myriad of secure tunneling capabilities, as well
92 as a variety of authentication methods.
93
94 http://www.openssh.com/
95
96 Depends: openssl
97
98
[c04ece1]99config FWRT_PACKAGE_OPENSSH_SFTP_SERVER
[917d2f1]100 prompt "openssh-sftp-server............. OpenSSH SFTP server"
[475ad56]101 tristate
102 default m if CONFIG_DEVEL
[c04ece1]103 select FWRT_COMPILE_OPENSSH
104 select FWRT_PACKAGE_LIBOPENSSL
105 select FWRT_PACKAGE_ZLIB
[917d2f1]106 depends FWRT_SHOW_OPENSSH
[475ad56]107 help
108 OpenSSH is a FREE version of the SSH protocol suite of network
109 connectivity tools that increasing numbers of people on the Internet
110 are coming to rely on. Many users of telnet, rlogin, ftp, and other
111 such programs might not realize that their password is transmitted
112 across the Internet unencrypted, but it is. OpenSSH encrypts all
113 traffic (including passwords) to effectively eliminate eavesdropping,
114 connection hijacking, and other network-level attacks. Additionally,
115 OpenSSH provides a myriad of secure tunneling capabilities, as well
116 as a variety of authentication methods.
117
118 http://www.openssh.com/
119
120 Depends: openssl
121
Note: See TracBrowser for help on using the repository browser.