vssh

Crates.iovssh
lib.rsvssh
version0.3.2
sourcesrc
created_at2020-03-01 23:07:24.987057
updated_at2020-09-25 23:23:41.686019
descriptionEasily SSH into a server that requires a certificate signed by HashiCorp Vault
homepagehttps://github.com/akrantz01/vssh.git
repositoryhttps://github.com/akrantz01/vssh.git
max_upload_size
id214294
size75,644
Alexander Krantz (akrantz01)

documentation

README

Crates.io Crates.io

Vault SSH

Easily SSH into a server that requires a certificate signed by HashiCorp Vault.

Features

  • List signable roles
  • Sign an SSH public key
  • Automatically sign a key and SSH into a server

Installation

vssh can be installed from crates.io using cargo install vssh. Then run vssh setup to configure it.

TODO:

  • add profiles
  • custom CAs
  • self-signed certificates
  • use non-blocking version of reqwest
Commit count: 48

cargo fmt