This is the official APT repository for SSH Pilot.
To use this repository, follow these steps:
Requires Debian 13 (trixie) or newer, or Ubuntu 24.04 (noble) or
newer — and the derivatives built on them, such as Linux Mint 22.x,
Pop!_OS 24.04, Zorin 18 and elementary OS 8. SSH Pilot needs libadwaita 1.5,
which Debian 12 and Ubuntu 22.04 do not ship; on those,
apt install fails with
Depends: gir1.2-adw-1 (>= 1.5) but it is not installable.
Both amd64 and arm64 are published.
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] 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