This repository provides packages for Open Bastion, a PAM/NSS module for SSH bastion authentication with LemonLDAP::NG.
Supported distributions:
curl -fsSL https://linagora.github.io/open-bastion/KEY.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/open-bastion.gpg
For Debian 12 (bookworm):
echo "deb [signed-by=/etc/apt/keyrings/open-bastion.gpg] https://linagora.github.io/open-bastion bookworm main" | sudo tee /etc/apt/sources.list.d/open-bastion.list
For Debian 13 (trixie):
echo "deb [signed-by=/etc/apt/keyrings/open-bastion.gpg] https://linagora.github.io/open-bastion trixie main" | sudo tee /etc/apt/sources.list.d/open-bastion.list
For Ubuntu 24.04 (noble):
echo "deb [signed-by=/etc/apt/keyrings/open-bastion.gpg] https://linagora.github.io/open-bastion noble main" | sudo tee /etc/apt/sources.list.d/open-bastion.list
sudo apt update sudo apt install open-bastion
Supported distributions:
sudo rpm --import https://linagora.github.io/open-bastion/KEY.gpg
sudo tee /etc/yum.repos.d/open-bastion.repo << 'EOF' [open-bastion] name=Open Bastion baseurl=https://linagora.github.io/open-bastion/rpm/el$releasever/x86_64/ enabled=1 gpgcheck=1 gpgkey=https://linagora.github.io/open-bastion/KEY.gpg EOF
sudo dnf install open-bastion
© 2025 Linagora - Licensed under AGPL-3.0