Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Feb 22:02

Quick Install

curl -fsSL https://hqssh.com/install | sh

Or pin this version:

curl -fsSL https://hqssh.com/install | HQSSH_VERSION=v1.0.0 sh

Manual Install

Download the archive for your platform, extract, and move the binaries to your PATH:

# Example for Linux amd64
curl -LO https://github.com/Gelotto/hqsshd/releases/download/v1.0.0/hqsshd-linux-amd64.tar.gz
tar xzf hqsshd-linux-amd64.tar.gz
mv hqsshd hqssh ~/.local/bin/

Verify installation:

hqsshd --version

What's Changed

  • chore: Add Apache 2.0 license headers and update .gitignore by @Rizbe in #1

New Contributors

  • @Rizbe made their first contribution in #1

Full Changelog: https://github.com/Gelotto/hqsshd/commits/v1.0.0