This is the official APT repository for SSH Pilot.
To use this repository, follow these steps:
curl -fsSL https://mfat.github.io/sshpilot-ppa/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/sshpilot-ppa.gpg
echo "deb [signed-by=/usr/share/keyrings/sshpilot-ppa.gpg arch=amd64] https://mfat.github.io/sshpilot-ppa any main" | sudo tee /etc/apt/sources.list.d/sshpilot-ppa.list
sudo apt update
sudo apt install sshpilot
Once installed, you can update SSH Pilot along with your other packages:
sudo apt update && sudo apt upgrade
To remove SSH Pilot and this repository:
# Remove the package
sudo apt remove sshpilot
# Remove the repository
sudo rm /etc/apt/sources.list.d/sshpilot-ppa.list
sudo rm /usr/share/keyrings/sshpilot-ppa.gpg
# Update package lists
sudo apt update