Cmdjail Alternatives
Similar projects and alternatives to cmdjail
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better cmdjail alternative or higher similarity.
cmdjail discussion
cmdjail reviews and mentions
Posts with mentions or reviews of cmdjail.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-10.
-
The curious case of shell commands, or how "this bug is required by POSIX"
AD: Huh! I just wrote a utility cmd [1] this weekend to deal with restricting ssh keys to executing only commands that match a rule set via `ForceCommand` in `sshd_config` or `Command=""` in `authorized_keys`. I'm curious to see how susceptible it is to the aforementioned issues, it does delegate to ` -c ''` under the hood [2], but there are checks to ensure only a single command option argument `--` is passed (to mitigate metacharacter expansions) [3].
Note this tool is only intended to be another layer in security.
[1] https://github.com/endiangroup/cmdjail
Stats
Basic cmdjail repo stats
1
1
8.6
4 days ago
endiangroup/cmdjail is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of cmdjail is Go.