ssh-agent-pkcs11 VS sops

Compare ssh-agent-pkcs11 vs sops 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 sops
1 150
5 15,114
- 1.3%
10.0 9.0
almost 5 years ago 7 days ago
C Go
- Mozilla Public 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

sops

Posts with mentions or reviews of sops. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-21.

What are some alternatives?

When comparing ssh-agent-pkcs11 and sops 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.

sealed-secrets - A Kubernetes controller and tool for one-way encrypted Secrets

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

Vault - A tool for secrets management, encryption as a service, and privileged access management

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

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

git-crypt - Transparent file encryption in git

terraform-provider-sops - A Terraform provider for reading Mozilla sops files

stakesign - Sign files via blockchain + put your money where your mouth is

vault-secrets-operator - Create Kubernetes secrets from Vault for a secure GitOps based workflow.