Config.in 269 B

12345678910
  1. config BR2_PACKAGE_OPENSSH
  2. bool "openssh"
  3. default n
  4. select BR2_PACKAGE_OPENSSL
  5. select BR2_PACKAGE_ZLIB
  6. help
  7. A free version of the SSH protocol suite of network connectivity
  8. tools. The standard 'ssh', 'sshd', 'scp', and friends.
  9. http://www.openssh.com/