gssproxy
Privilege separation daemon for GSSAPI
Install
- All systems
-
curl cmd.cat/gssproxy.sh
- Debian
-
apt-get install gssproxy
- Ubuntu
-
apt-get install gssproxy
- Arch Linux
-
pacman -S gssproxy
- Kali Linux
-
apt-get install gssproxy
- CentOS
-
yum install gssproxy
- Fedora
-
dnf install gssproxy
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gssproxy
- Raspbian
-
apt-get install gssproxy
- Dockerfile
- dockerfile.run/gssproxy
gssproxy
Privilege separation daemon for GSSAPI
Applications can choose to use GSS-Proxy for GSSAPI credential management, which means that they will not have direct access to the credentials themselves. GSSAPI operations are also offloaded to the gssproxy daemon, making it suitable for upcalls from the Kernel as well. This package includes both the gssproxy daemon itself and the GSSAPI interposer layer for existing applications.