Установка tuna-bastion
C помощью скрипта
Выполните команду в терминале:
curl -sSLf https://releases.tuna.am/bastion/get.sh | sh
к сведению
Скрипт автоматически обнаруживает дистрибутив и устанавливает tuna-bastion
через пакетный менеджер.
Через пакетный менеджер
- Debian/Ubuntu
- SUSE/OpenSUSE
- RHEL/CentOS
- Fedora
Debian и основанные на нём дистрибутивы (Ubuntu, Mint и другие), выполните в терминале следующие команды:
sudo apt update
sudo apt install -y ca-certificates curl gnupg
curl -fsSL https://repo.tuna.am/apt/gpg.key | sudo gpg --dearmor --batch --yes -o /etc/apt/trusted.gpg.d/tuna.gpg
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/tuna.gpg] https://repo.tuna.am/apt/ /' | sudo tee /etc/apt/sources.list.d/tuna.list
sudo apt update
sudo apt install -y tuna-bastion
SUSE и OpenSUSE, выполните в терминале следующие команды:
sudo zypper addrepo --repo https://releases.tuna.am/tuna-rpm.repo
sudo zypper install -y tuna-bastion
RHEL и основанные на нём дистрибутивы (CentOS, Rocky, AlmaLinux и другие), выполните в терминале следующие команды:
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://releases.tuna.am/tuna-rpm.repo
sudo yum install -y tuna-bastion
Fedora, выполните в терминале следующие команды:
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://releases.tuna.am/tuna-rpm.repo
sudo dnf -y install tuna-bastion