#ssh-key #authorized #tool #public #command

bin+lib update-ssh-keys

用于管理授权SSH密钥的工具

7个版本 (4个破坏性版本)

使用旧Rust 2015

0.7.0 2020年10月9日
0.6.1 2020年6月25日
0.6.0 2020年4月8日
0.5.0 2019年4月17日
0.3.0 2018年8月22日

#3 in #authorized

每月下载量36次
用于 coreos-metadata

Apache-2.0

35KB
662 代码行

update-ssh-keys

Build Status minimum rust 1.31

update-ssh-keys 是一个命令行工具和库,用于管理 openssh 授权公钥。它可以跟踪带有名称的密钥集,允许添加额外的密钥,以及删除和禁用它们。有关使用信息,请参阅 update-ssh-keys -h 或运行 cargo doc 以阅读库API的文档。

update-ssh-keys 命令行工具包含在 Container Linux 中,因此无需安装。如果您想在非 Container Linux 机器上使用此工具,可以使用 cargo build --release 构建项目。需要 rust 工具链来构建它。您可以使用 rustup 来管理您的 rust 工具链 - https://www.rustup.rs

test/test_update_ssh_keys.py 是一个 Python 脚本,用于测试 update-ssh-keys 命令行工具的功能。如果对 update-ssh-keys 进行了更改,应该运行该脚本。

依赖项

~2MB
~29K SLoC