shishi 1.0.3
Implementation of the Kerberos 5 network security system
GNU Shishi is a free implementation of the Kerberos 5 network security system. It is used to allow non-secure network nodes to communicate in a secure manner through client-server mutual authentication via tickets.
After installation, the system administrator should generate keys using shisa -a /etc/shishi/shishi.keys
.
- Website: https://www.gnu.org/software/shishi/
- Licenses: GPL 3+
- Package source: gnu/packages/kerberos.scm
- Builds: See build status
- Issues: See known issues
Installation
Install shishi 1.0.3
as follows:
guix install shishi@1.0.3
Or install the latest version:
guix install shishi
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.