faster and rich secure shell using HTTP/3 - client program
ssh3 is a complete revisit of the SSH protocol, mapping its semantics on top of the HTTP mechanisms. In a nutshell, ssh3 uses QUIC+TLS1.3 for secure channel establishment and the HTTP Authorization mechanisms for user authentication.
ssh3 is a complete revisit of the SSH protocol, mapping its semantics on top of the HTTP mechanisms. In a nutshell, ssh3 uses QUIC+TLS1.3 for secure channel establishment and the HTTP Authorization mechanisms for user authentication.
To install ssh3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ssh3
To see what files were installed by ssh3, run:
port contents ssh3
To later upgrade ssh3, run:
sudo port selfupdate && sudo port upgrade ssh3
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.