QCSH (QUICShell)

A flexible remote connection tool that is easy to install and resilient against harsh network environments.

🚀 Features

  • So Fast: No three-way handshake, no four-way wave.
  • Easy to use: You only need to download its binary file and supplement it with a configuration file to start.
  • Open Source: Under the MoPL, it is free software.
  • Every Free: No charge, always free.
  • Support Most platforms: Linux, macOS, Windows, Plan9, ... Every Golang supports platforms theoretically all support QCSH.

? How to use

Just need some toml config file

Default port 59

[qcsh]
listen="0.0.0.0"
port=59

Yes, it is. Very simple!

And if you need connect server?

qcsh username@IP "password"

Options

qcsh username@IP "password" -k "/path/to/private.key" -c "/path/to/configfile.toml" 

⚖️ LICENSE

QCSH licensed under the MoPL