authorized_keys 0.10.0

Parse and manipulate OpenSSH `authorized_keys` files
Documentation

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:

[features]
authorized_keys = "0.9"

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
  • No dependencies by default

Roadmap

1.0

  • more significant testing
  • benchmarks
  • validated benchmarks

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.