PKIX-SSH - an advanced secure shell implementation
Implementation includes some of functionality provided by OpenSSH. OpenSSH itself is derivative of the original and free ssh 1.2.12 release by Tatu Ylonen. Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song removed many bugs, re-added newer features and created OpenSSH. Roumen Petrov adds X.509 certificate support, modernize use of cryptography library including FIPS mode and creates PKIX-SSH.
Implementation includes some of functionality provided by OpenSSH. OpenSSH itself is derivative of the original and free ssh 1.2.12 release by Tatu Ylonen. Aaron Campbell, Bob Beck, Markus Friedl, Niels Provos, Theo de Raadt, and Dug Song removed many bugs, re-added newer features and created OpenSSH. Roumen Petrov adds X.509 certificate support, modernize use of cryptography library including FIPS mode and creates PKIX-SSH.
To install pkixssh, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pkixssh
To see what files were installed by pkixssh, run:
port contents pkixssh
To later upgrade pkixssh, run:
sudo port selfupdate && sudo port upgrade pkixssh
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.