Net::SSH2 is a perl interface to the libssh2 library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2.
Net::SSH2 is a perl interface to the libssh2 library. It supports the SSH2 protocol (there is no support for SSH1) with all of the key exchanges, ciphers, and compression of libssh2.
To install p5.28-net-ssh2, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-net-ssh2
To see what files were installed by p5.28-net-ssh2, run:
port contents p5.28-net-ssh2
To later upgrade p5.28-net-ssh2, run:
sudo port selfupdate && sudo port upgrade p5.28-net-ssh2
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.