Open Bastion Repository

This repository provides packages for Open Bastion, a PAM/NSS module for SSH bastion authentication with LemonLDAP::NG.

Debian / Ubuntu (APT)

Supported distributions:

1. Add the GPG key

curl -fsSL https://linagora.github.io/open-bastion/KEY.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/open-bastion.gpg

2. Add the repository

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

3. Install

sudo apt update
sudo apt install open-bastion

Rocky Linux / RHEL (DNF)

Supported distributions:

1. Import the GPG key

sudo rpm --import https://linagora.github.io/open-bastion/KEY.gpg

2. Add the repository

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

3. Install

sudo dnf install open-bastion

Links


© 2025 Linagora - Licensed under AGPL-3.0