Hello everyone,
I've developed an AUR package for sshlog tailored for ArchLinux.
You can easily install it using an AUR helper such as yay -S sshlog-bin. The package currently utilizes the Debian build package for arm and amd64, available here: sshlog-bin on AUR.
For manual installation on Arch Linux, follow these steps:
git clone https://aur.archlinux.org/sshlog-bin.git && cd sshlog-bin
makepkg -si
Additionally, I can create a git version that compiles the package if there is a need.
An issue I've encountered is that although joining the sshlog group, my user isn't able to use the daemon without sudo. I'm uncertain whether this is a packaging or software-related problem, so I haven't made any adjustments yet.
It's possible to make a simple adjustment to the package to automatically create the sshlog group if needed.
Best regards.
Hello everyone,
I've developed an AUR package for sshlog tailored for ArchLinux.
You can easily install it using an AUR helper such as
yay -S sshlog-bin. The package currently utilizes the Debian build package for arm and amd64, available here: sshlog-bin on AUR.For manual installation on Arch Linux, follow these steps:
Additionally, I can create a git version that compiles the package if there is a need.
An issue I've encountered is that although joining the sshlog group, my user isn't able to use the daemon without sudo. I'm uncertain whether this is a packaging or software-related problem, so I haven't made any adjustments yet.
It's possible to make a simple adjustment to the package to automatically create the sshlog group if needed.
Best regards.