6.2. Procedure – Installing Zorp Authentication Agent on Linux platforms
Purpose:
This section describes the installation of the Zorp Authentication Agent on Ubuntu Linux operating systems.
Steps:
Create a mount point for the Zorp installation medium:
sudo mkdir -p /media/cdrom
Mount the Zorp installation medium to the previous mount point.
sudo mount /dev/cdrom /media/cdrom -o ro
Install the Balasys Gnu Privacy Guard (GPG) keys to allow the checking of Zorp package signatures by APT.
sudo /media/cdrom/install-balasys-archive-key.sh
Make sure the following details are added as follows:
Add the following lines to the
/etc/apt/auth.conf.d/satyr.conf
file:machine apt.balasys.hu login {your username} password {your password}
Also limit the permissions:
chmod 600 /etc/apt/auth.conf.d/satyr.conf
Add the following lines to
/etc/apt/sources.list.d/zorp.list
deb https://apt.balasys.hu/zorp-os ubuntu-bionic/zorp-7.0latest satyr
Install the Zorp Authentication Agent. Issue the following commands as root:
apt update apt install satyr
The above commands install the
satyr
(Zorp Authentication Agent) and thesatyr-mpxd
(Zorp Authentication Agent Multiplexer) packages.Zorp Authentication Agent Multiplexer is automatically started after the installation. It can be stopped or started by issuing the
systemctl stop satyr-mpxd
orsystemctl start satyr-mpxd
commands, respectively.Zorp Authentication Agent is launched on desktop environment startup. It can be started manually by running
satyr-gtk
.
Published on May 30, 2024
© BalaSys IT Ltd.
Send your comments to support@balasys.hu