faster and rich secure shell using HTTP/3 - server 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-server, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ssh3-server
To see what files were installed by ssh3-server, run:
port contents ssh3-server
To later upgrade ssh3-server, run:
sudo port selfupdate && sudo port upgrade ssh3-server
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.