[IMPORTANT NOTICE] The Expired Key

Hi All,

The installation key for Husarnet Client has expired. How to fix it?

1. If you have any existing Husarnet Client installations

Execute in the Linux terminal:

curl https://install.husarnet.com/repo.key | sudo apt-key add -

After that you should be able to upgrade your existing installation to the newest version - 2021.09.23.1

2. If you install Husarnet Client the first time on a given host (or in Docker)

It doesn’t concern you, so just install Husarnet like described in docs:

curl https://install.husarnet.com/install.sh | sudo bash

The installation script will pick up the changes automatically.


In case of any issues please let us know.

Best,
Dominik


Husarnet team

Hello

If you are having issues with expired key on Ubuntu 20.10+ or Debian 11+ follow these instructions:

# You need root to do this.
sudo -i
# Delete all Husarnet keys from legacy keystore.
apt-key del husarnet
apt-key del "197D62F68A4C7BD6"
# Replace old Husarnet key with new one in current keystore.
curl -s https://install.husarnet.com/repo.gpg > /usr/share/keyrings/husarnet.gpg
# Update apt index files.
apt update

Regards, Filip