How to Install and Uninstall authprogs Package on Kali Linux

Last updated: April 28,2024

1. Install "authprogs" package

In this section, we are going to explain the necessary steps to install authprogs on Kali Linux

$ sudo apt update $ sudo apt install authprogs

2. Uninstall "authprogs" package

Please follow the guidelines below to uninstall authprogs on Kali Linux:

$ sudo apt remove authprogs $ sudo apt autoclean && sudo apt autoremove

3. Information about the authprogs package on Kali Linux

Package: authprogs
Version: 0.7.5-2
Installed-Size: 90
Maintainer: Alexandre Mestiashvili
Architecture: all
Depends: python3-yaml, python3:any
Size: 26724
SHA256: eda87ba65dc312d8950dc8cc65a81f6befb6550430ea3160bb55f0e90043e644
SHA1: 1b00eb26c66759b8d84d7ea25a45a0b1a7630bf6
MD5sum: 66c621a89ed9e504695ab7ece4ea3333
Description: SSH Command Authenticator
authprogs is invoked on an ssh server and decides if the command
requested by the ssh client should be run or rejected based on
logic in the `authprogs` configuration file.
.
Passwordless SSH using ssh identies or pubkeys can enable all
sorts of wonderful automation, for example running unattended
batch jobs, slurping down backups, or pushing out code.
Unfortunately a key, once trusted, is allowed by default to run
anything on that system, not just the small set of commands you
actually need. If the key is compromised, you are at risk of a
security breach.
.
Authprogs is enabled by using the command= option in the
authorized_keys file.
Description-md5:
Homepage: https://github.com/daethnir/authprogs
Section: python
Priority: optional
Filename: pool/main/a/authprogs/authprogs_0.7.5-2_all.deb