in.identtestd
LibIdent is a small C library for interfacing with RFC 1413
Install
- All systems
-
curl cmd.cat/in.identtestd.sh
- Debian
-
apt-get install libident
- Ubuntu
-
apt-get install libident
- Arch Linux
-
pacman -S libident
- Kali Linux
-
apt-get install libident
- Fedora
-
dnf install libident-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libident
- OS X
-
brew install libident
- Raspbian
-
apt-get install libident
- Dockerfile
- dockerfile.run/in.identtestd
libident
LibIdent is a small C library for interfacing with RFC 1413
Identification protocol servers, which are used for identifying users. LibIdent supports both IPv4 and IPv6 addresses transparently. It is meant to be used by daemons to try to authenticate users using the Ident protocol. For this to work, users need to have an Ident server running on the system from which they are connected.