A QUIC Proxy for SSH.
Make sure you have rust installed on your machine
- Clone the repo
git clone https://github.com/imsk17/quicssh-rs
- Open the directory
cd quicssh-rs
- Install the binary using the command
cargo install --path .
- Fire the server using
quicssh server
- Server is running up on default addr: 127.0.0.1:4242. Can change this by passing the --bind argument to server command.
© 2024 Sumit Kumar - GNU GPL V3