Port details on branch 2023Q4 |
- libssh Library implementing the SSH2 protocol
- 0.11.1 security =15 0.11.1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2009-04-12 18:02:49
- Last Update: 2024-10-31 20:40:21
- Commit Hash: e121d7c
- People watching this port, also watch:: gnutls, ca_root_nss, bash, sqlite3, libgcrypt
- Also Listed In: devel
- License: LGPL21
- WWW:
- https://www.libssh.org/
- https://gitlab.com/libssh/libssh-mirror
- Description:
- The ssh library was designed to be used by programmers needing a working SSH
implementation by the mean of a library. The complete control of the client is
made by the programmer. With libssh, you can remotely execute programs, transfer
files, use a secure and transparent tunnel for your remote programs.
With its Secure FTP implementation, you can play with remote files easily,
without third-party programs others than libcrypto (from OpenSSL).
libssh features:
- Full C library functions for manipulating a client-side SSH connection
- SSH2 protocol compliant
- Fully configurable sessions
- Server support, SSH agent authentication support
- Support for AES-128, AES-192, AES-256, Blowfish, 3DES in CBC mode
- Use multiple SSH connections in a same process, at same time
- Use multiple channels in the same connection
- Thread safety when using different sessions at same time
- POSIX-like SFTP implementation with openssh extension support
- SCP implementation
- RSA and DSS server public key supported
- Compression support (with zlib)
- Public key (RSA and DSS), password and keyboard-interactive authentication
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/security/libssh/ && make install clean
- To add the package, run one of these commands:
- pkg install security/libssh
- pkg install libssh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libssh
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1725559589
SHA256 (libssh-0.11.1.tar.xz) = 14b7dcc72e91e08151c58b981a7b570ab2663f630e7d2837645d5a9c612c1b79
SIZE (libssh-0.11.1.tar.xz) = 621108
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- cmocka>=0 : sysutils/cmocka
- This port is required by:
- for Build
-
- net/x2goclient
-
Deleted ports which required this port:
- for Libraries
-
- devel/kio-extras
- devel/libvirt
- ftp/yafc
- misc/far2l
- net/bird2
- net/frr10
- net/frr8
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libssh-0.11.1:
GSSAPI=on: GSSAPI Security API support
STATIC=on: Build static executables and/or libraries
====> Options available for the radio CRYPTO: you can only select none or one of them
MBEDTLS=off: SSL/TLS support via mbed TLS
OPENSSL=on: SSL/TLS support via OpenSSL
===> Use 'make config' to modify these settings
- Options name:
- security_libssh
- USES:
- cmake:testing cpe pathfix tar:xz ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|