Config.in 483 B

1234567891011
  1. config BR2_PACKAGE_LIBSSH
  2. bool "libssh"
  3. # Either OpenSSL or libgcrypt are mandatory
  4. select BR2_PACKAGE_LIBGCRYPT if !BR2_PACKAGE_OPENSSL
  5. help
  6. libssh is a multiplatform C library implementing the SSHv2
  7. and SSHv1 protocol on client and server side. With libssh,
  8. you can remotely execute programs, transfer files, use a
  9. secure and transparent tunnel for your remote applications.
  10. http://www.libssh.org/