SSH Pilot APT Repository

This is the official APT repository for SSH Pilot.

Official Project: github.com/mfat/sshpilot

Compatible Distributions

Ubuntu 24.04+
Debian 13+
System Requirements: Requires GTK4 (≥4.6), libadwaita (≥1.4), and VTE (≥0.70). Compatible with Ubuntu 24.04+, Debian 13 (Trixie)+, Linux Mint 22+, Pop!_OS 24.04+, or a more recent debian-based distribution.

Installation

To use this repository, follow these steps:

1. Add the GPG key

curl -fsSL https://mfat.github.io/sshpilot-ppa/pubkey.gpg | sudo gpg --dearmor -o /usr/share/keyrings/sshpilot-ppa.gpg

2. Add the repository

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

3. Update and install

sudo apt update
sudo apt install sshpilot

Updating

Once installed, you can update SSH Pilot along with your other packages:

sudo apt update && sudo apt upgrade

Uninstallation

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