ssh-agent-pkcs11 VS rekor

Compare ssh-agent-pkcs11 vs rekor and see what are their differences.

ssh-agent-pkcs11

A PKCS#11 module which uses certificates stored on remote systems accessed over the SSH Agent protocol (by rkeene)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ssh-agent-pkcs11 rekor
1 29
5 830
- 0.2%
10.0 9.7
almost 5 years ago 7 days ago
C Go
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ssh-agent-pkcs11

Posts with mentions or reviews of ssh-agent-pkcs11. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-13.
  • It's Now Possible to Sign Arbitrary Data with Your SSH Keys
    15 projects | news.ycombinator.com | 13 Nov 2021
    It hasn't been able to do it in a meaningful way.

    I've been patching support for this into ssh-agent for about a decade. I wrote a PKCS#11 module which talks to the SSH agent socket to forward your smartcard [0]. Doing so requires three changes to the protocol:

    1. The ability to sign arbitrary data and get back the signed result [1]; normally you get back a hashed result [2].

    2. The ability to decrypt data, this is what you said. This is less important since many things only require signatures (and not all algorithms support encryption/decryption).

    3. The ability to request your certificates [3] [4] this one is kinda obvious.

    The benefits of this are that you can use your smartcard on the remote host to do fully authenticated password-less sudo with pam_pkcs11. You can also do anything else that requires you to use your private key to be used, which can include fetching files (TLS client certificate authentication).

    Within the US Government, passwords have been being phased out since 2004, but the requirements for authenticated privilege elevation remain.

    Another way to accomplish this is to use SSH forwarding of your PC/SC socket but that's less portable and more fragile (and even less secure).

    [0] https://github.com/rkeene/ssh-agent-pkcs11

    [1] https://cackey.rkeene.org/fossil/artifact/0d0e90bbfdee672c?l...

    [2] https://datatracker.ietf.org/doc/html/draft-miller-ssh-agent...

    [3] https://cackey.rkeene.org/fossil/artifact/0d0e90bbfdee672c?l...

    [4] https://datatracker.ietf.org/doc/html/rfc6187#section-2.1

rekor

Posts with mentions or reviews of rekor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-10.

What are some alternatives?

When comparing ssh-agent-pkcs11 and rekor you can also consider the following projects:

age - A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

sigstore-the-hard-way - sigstore the hard way!

trezor-agent - Hardware-based SSH/GPG/age agent

fulcio - Sigstore OIDC PKI

whoami.filippo.io - A ssh server that knows who you are. $ ssh whoami.filippo.io

cosign - Code signing and transparency for containers and binaries

rage - A simple, secure and modern file encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.

kubeclarity - KubeClarity is a tool for detection and management of Software Bill Of Materials (SBOM) and vulnerabilities of container images and filesystems

git-crypt - Transparent file encryption in git

Covenant - Covenant is a collaborative .NET C2 framework for red teamers.

sops - Simple and flexible tool for managing secrets

MEMZ - A trojan made for Danooct1's User Made Malware Series.