SSH3 – Faster & Rich Secure Shell Using HTTP/3


Secure Shell (SSH), the protocol for secure remote access and data transfer, has evolved with the introduction of SSH3. This latest iteration enhances security by incorporating HTTP with QUIC+TLS 1.3 and HTTP Authorization for user authentication. SSH3 offers faster session establishment, supports modern authentication methods like OAuth 2.0 and OpenID Connect, and improves defenses against port scanning attacks and unauthorized access.

SSH3’s use of TLS 1.3 and QUIC mirrors security practices from e-commerce and banking, allowing for features such as connection migration and multipath connections. It also introduces UDP port forwarding alongside the traditional TCP forwarding. The new version is designed to be robust against scanning and dictionary attacks by remaining invisible on the internet unless accessed via a secret link.

Despite these advancements, SSH3 is currently in a proof-of-concept stage and requires extensive cryptographic review before it can be deemed safe for production environments. It is open-source for community feedback and is not recommended for production use without thorough peer review. Developers are actively seeking collaboration with security experts and standards bodies to ensure responsible development and formal recognition of SSH3’s security capabilities.
Read more at GBHackers on Security | #1 Globally Trusted Cyber Security News Platform…