update-ssh-keys

Crates.ioupdate-ssh-keys
lib.rsupdate-ssh-keys
version0.7.0
sourcesrc
created_at2018-08-22 08:08:31.17609
updated_at2020-10-09 15:37:41.726073
descriptionA tool for managing authorized SSH keys
homepage
repositoryhttps://github.com/coreos/update-ssh-keys
max_upload_size
id80715
size76,168
Dusty Mabe (dustymabe)

documentation

https://docs.rs/update-ssh-keys

README

update-ssh-keys

Build Status minimum rust 1.31

update-ssh-keys is a command line tool and a library for managing openssh authorized public keys. It keeps track of sets of keys with names, allows for adding additional keys, as well as deleting and disabling them. For usage information, see update-ssh-keys -h or run cargo doc to read the documentation on the library api.

The update-ssh-keys command line tool is included in Container Linux, so there should be no reason to install it. If you would like to use this on a non-Container Linux machine, you can build the project with cargo build --release. The rust toolchain is required to build it. You can install rustup to manage your rust toolchain - https://www.rustup.rs.

test/test_update_ssh_keys.py is a python script which tests the functionality of the update-ssh-keys command line tool. If changes are made to update-ssh-keys, that script should be run.

Commit count: 396

cargo fmt