Skip to content

imsk17/quicssh-rs

Repository files navigation

sshquic-rs

A QUIC Proxy for SSH.

How to Build

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.

License

© 2024 Sumit Kumar - GNU GPL V3