authorized_keys

Crates.ioauthorized_keys
lib.rsauthorized_keys
version1.0.0
sourcesrc
created_at2019-04-14 12:40:10.827117
updated_at2019-09-25 23:16:52.561933
descriptionParse and manipulate OpenSSH `authorized_keys` files
homepagehttps://github.com/hubauth/authorized_keys
repositoryhttps://github.com/hubauth/authorized_keys.git
max_upload_size
id127893
size540,598
Liam Dawson (liamdawson)

documentation

README

authorized_keys-rs

Parse and manipulate OpenSSH authorized_keys files.

Windows Build Status Build Status Crates.io

Contributing | Code of Conduct | Changelog | Examples

Installation

Cargo.toml:

[dependencies]
authorized_keys = "1.0"

Features

  • Parse authorized_keys files
  • Parse individual lines from authorized_keys files
  • Change the parts of a line (options, key type, encoded key, comments) with convenience methods
  • Write authorized_keys files in the correct format
  • One dependency by default (nom)
    • Depends on data-encoding if you want to edit key data as bytes using convenience methods

Authors

License

authorized_keys is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Commit count: 35

cargo fmt