QCSH (QUICShell)
An fast, anti-package-loss, open source, general remote shell protocol+client+server.
🚀 Features
- Every Free: No any charge, always free!
- So Fast: Based on quic-go, give you unparalleled speed!
- Easy to use: You only need to download its binary and write a few lines of configuration.
- 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
This project licensed under the MoPL