Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Feb 18:37

Quick Install

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

Or pin this version:

curl -fsSL https://hqssh.com/install | HQSSH_VERSION=v1.1.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.1.0/hqsshd-linux-amd64.tar.gz
tar xzf hqsshd-linux-amd64.tar.gz
mv hqsshd hqssh ~/.local/bin/

Verify installation:

hqsshd --version

Full Changelog: v1.0.0...v1.1.0