| 1 | config FWRT_COMPILE_OPENSSH
|
|---|
| 2 | tristate
|
|---|
| 3 | default n
|
|---|
| 4 | depends FWRT_PACKAGE_OPENSSH_CLIENT || FWRT_PACKAGE_OPENSSH_SERVER || FWRT_PACKAGE_OPENSSH_SFTP_CLIENT || FWRT_PACKAGE_OPENSSH_SFTP_SERVER
|
|---|
| 5 |
|
|---|
| 6 | config FWRT_SHOW_OPENSSH
|
|---|
| 7 | bool "openssh........................... OpenSSH server/client"
|
|---|
| 8 |
|
|---|
| 9 | config FWRT_PACKAGE_OPENSSH_CLIENT
|
|---|
| 10 | prompt "openssh-client.................. OpenSSH client"
|
|---|
| 11 | tristate
|
|---|
| 12 | default n
|
|---|
| 13 | select FWRT_COMPILE_OPENSSH
|
|---|
| 14 | select FWRT_PACKAGE_LIBOPENSSL
|
|---|
| 15 | select FWRT_PACKAGE_ZLIB
|
|---|
| 16 | depends FWRT_SHOW_OPENSSH
|
|---|
| 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 |
|
|---|
| 32 | config FWRT_PACKAGE_OPENSSH_CLIENT_UTILS
|
|---|
| 33 | prompt "openssh-client-utils.......... OpenSSH client utilities"
|
|---|
| 34 | tristate
|
|---|
| 35 | default n
|
|---|
| 36 | depends FWRT_PACKAGE_OPENSSH_CLIENT
|
|---|
| 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 |
|
|---|
| 52 | config FWRT_PACKAGE_OPENSSH_SERVER
|
|---|
| 53 | prompt "openssh-server.................. OpenSSH server"
|
|---|
| 54 | tristate
|
|---|
| 55 | default n
|
|---|
| 56 | select FWRT_COMPILE_OPENSSH
|
|---|
| 57 | select FWRT_PACKAGE_LIBOPENSSL
|
|---|
| 58 | select FWRT_PACKAGE_ZLIB
|
|---|
| 59 | depends FWRT_SHOW_OPENSSH
|
|---|
| 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 |
|
|---|
| 75 | config FWRT_PACKAGE_OPENSSH_SFTP_CLIENT
|
|---|
| 76 | prompt "openssh-sftp-client............. OpenSSH SFTP client"
|
|---|
| 77 | tristate
|
|---|
| 78 | default n
|
|---|
| 79 | select FWRT_COMPILE_OPENSSH
|
|---|
| 80 | select FWRT_PACKAGE_LIBOPENSSL
|
|---|
| 81 | select FWRT_PACKAGE_ZLIB
|
|---|
| 82 | depends FWRT_SHOW_OPENSSH
|
|---|
| 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 | config FWRT_PACKAGE_OPENSSH_SFTP_SERVER
|
|---|
| 99 | prompt "openssh-sftp-server............. OpenSSH SFTP server"
|
|---|
| 100 | tristate
|
|---|
| 101 | default n
|
|---|
| 102 | select FWRT_COMPILE_OPENSSH
|
|---|
| 103 | select FWRT_PACKAGE_LIBOPENSSL
|
|---|
| 104 | select FWRT_PACKAGE_ZLIB
|
|---|
| 105 | depends FWRT_SHOW_OPENSSH
|
|---|
| 106 | help
|
|---|
| 107 | OpenSSH is a FREE version of the SSH protocol suite of network
|
|---|
| 108 | connectivity tools that increasing numbers of people on the Internet
|
|---|
| 109 | are coming to rely on. Many users of telnet, rlogin, ftp, and other
|
|---|
| 110 | such programs might not realize that their password is transmitted
|
|---|
| 111 | across the Internet unencrypted, but it is. OpenSSH encrypts all
|
|---|
| 112 | traffic (including passwords) to effectively eliminate eavesdropping,
|
|---|
| 113 | connection hijacking, and other network-level attacks. Additionally,
|
|---|
| 114 | OpenSSH provides a myriad of secure tunneling capabilities, as well
|
|---|
| 115 | as a variety of authentication methods.
|
|---|
| 116 |
|
|---|
| 117 | http://www.openssh.com/
|
|---|
| 118 |
|
|---|
| 119 | Depends: openssl
|
|---|
| 120 |
|
|---|