OpenAKC Home

Authentication gateway, Dynamic SSH key manager & Privileged access management tool for Linux.

What is OpenAKC?

OpenAKC consists of 3 parts, listed below.

Self Service Authentication Gateway for SSH

What this means in practice is that users needing to log in using “application” or “role” accounts on various machines in an estate, can be supported in a way that is familiar and standard from their perspective while the systems administrators can utilise a central directory such as AD or LDAP to control that access.

It allows the user to interact with SSH in a completely normal way, by creating a personal key pair and using that to access hosts (after a self service process to “register” that key).

The administrator on the other hand, is able to refer to users (or groups of users) from the directory, while creating rules that apply to the hosts. The plug-in installed on the client will contact the API on the security server to identify the user, and look up the associated rules and directory information using their SSH key fingerprint. The server is queried, and seamlessly passes the user’s public key back to the SSH Daemon if they are permitted to log in. This means that only the OpenAKC security server needs to have access to the directory.

From a security perspective, even thou a personal SSH key was used to log in directly to an application or role user (or even root), the logs will show the privilege escalation process in a way that should satisfy security best practice. OpenAKC can even write “fake” sudo logs for the benefit of SIEM systems which are expecting users to escalate privilege after initially logging in with a personal account, (no one wants to manage personal user accounts on servers).

Dynamic SSH key manager.

Using the same rule system as the self service key manager, OpenAKC allows the administrator to centrally manage “static trust”, which would normally be controlled locally to each account, on each host using an “authorized_keys” file, which is easily modified by the user once they log in.

OpenAKC effectively allows the administrator to control all the public keys in use across the entire estate from a single location. If someone wants to set up a trust relationship, they pass the public key to the OpenAKC administrator, who submits it to the system, and then creates rules referring to that key, in the same way as they would refer to a user or group to grant access.

Each key is allocated an ID, so that they can be rotated without even updating the rules. A key could be changed in 1 command via the API, and be effective instantly across hundreds of systems.

Privileged access manager

OpenAKC not only allows you to centrally manage access from either self service users or create static trust relationships, it also has features to allow “privileged access” to be managed by rules created within OpenAKC. Rules can simply refer to AD group membership, but also can be associated with a date/time range, as well as only permitting access on certain days, or at certain times, from certain source IPs etc.

These rules can be manually configured, but equally could be manipulated by another system such as an approval process created with a tool like Remedy, or perhaps an internal web interface.

Advanced Features.

OpenAKC can provide session recordings, so you can review what users did, or even keep an eye on what automated systems like Ansible, or certain vulnerability scanning tools are actually doing.

It can reach in to the Linux kernel and switch off certain capabilities in the process tree created by a login, so you could restrict what the “root” account can do, depending on who is using it… and even limit what permissions can be granted to a normal user via sudo, or setuid binaries. The documentation shows examples of this being used to deny the root account access to “user” data, where that might be something that a sysadmin would not need to access in the normal course of their work, or perhaps would need separate approval to access. Similarly it could be used to block the loading of kernel modules, which could help with malware protection. More on this in the documentation!

It can override the user’s shell, perhaps not permitting them a shell at all, but only allow certain commands to be executed remotely.

It can perform search/replace functions on files delivered by SCP, perhaps limiting a user to SCP files only into a specific folder.

And it can present the user with a brief questionnaire at login, asking them why they are logging on, perhaps so that the session recording can more easily be tied to a change request.

Why OpenAKC?

There are already several commercial products in this space, and they do a fine job… but they are typically expensive, and are not focussed on Linux, so lack some of the features described above.

Additionally, the existing tools manage access through the control of “secret” information… they therefore contain secret keys and information which could threaten your security if they were to leak, since someone could use those secrets to gain access to your systems independent of the security system, potentially without your knowledge. OpenAKC works differently, it only stores non-sensitive information and controls access by delivering this where it is needed in real time… it DOES NOT have administrative access to your systems, does not “log in” to modify passwords or keys… only calls an encrypted API on demand to query if a given user should be granted access. In this way, OpenAKC does not have any private keys which could leak, and the agent running on each system is only called on demand, running as a non-privileged user.

OpenAKC is open source, so it can easily be extended in house, and we would be happy to consider including new functionality you create via GitHub. It even calls a user defined script before and after authentication is performed, so that functionality can easily be extended.

Documentation

Documentation is always evolving, and OpenAKC is no exception. At the time of writing, the focus has been on getting the code ready for release, so be aware that some of the documentation is still incomplete, but we are working on it, and would welcome contributions via GitHub.

The current document can be found here - Documentation

There are also a number of examples and demos on our YouTube page here - Demo Videos

Where to get OpenAKC?

The “Quickstart Guide” on GitHub does describe how to build your own packages, but by far the easiest way to start working with OpenAKC would be to add one of the OS repos provided. Again, if you have a platform we do not currently support, please let us know… a balance between packaging and implementing new features has to be maintained, so some less common platforms may ultimately be supported with an install script, rather than a package as this will be necessary to support any non-Linux platforms also (thou these will not have access to some of the Linux specific features such as “capabilities”)

Please see the download page here to see the available OS repos - Download

Support or Contact

Again, we would love any feedback or contributions, so feel free to contact via GitHub, YouTube, or via email - Contact and we’ll help you sort it out.

We’re always keen for new ideas for examples, as more demo videos need to be made!