ssh3

Faster and richer secure shell using HTTP/3 protocol

brewmacoslinux
Try with needOr install directly
Source

About

Faster and richer secure shell using HTTP/3

Commands

ssh3

Examples

Connect to a remote server using SSH3$ ssh3 user@example.com
Execute a command on remote server$ ssh3 user@example.com 'ls -la /home'
Copy files using SSH3 (similar to SCP)$ ssh3 -C user@example.com:/path/to/file local/path