update readme
This commit is contained in:
parent
d062ceafa4
commit
8f4b38a94e
|
@ -10,6 +10,11 @@ On your vault server you need to follow this documentation: https://www.vaultpro
|
||||||
|
|
||||||
### SSH Wrapper
|
### SSH Wrapper
|
||||||
|
|
||||||
|
You need to setup three environment variables:
|
||||||
|
* VAULT_SSHSIGNPATH
|
||||||
|
* VAULT_ADDR
|
||||||
|
* VAULT_TOKEN (if missing read ~/.vault-token file)
|
||||||
|
|
||||||
Before each SSH connection add this wrapper command:
|
Before each SSH connection add this wrapper command:
|
||||||
```bash
|
```bash
|
||||||
python vault-cert-openssh.py ~/.ssh/<your SSH key>-cert.pub
|
python vault-cert-openssh.py ~/.ssh/<your SSH key>-cert.pub
|
||||||
|
@ -19,6 +24,6 @@ python vault-cert-openssh.py ~/.ssh/<your SSH key>-cert.pub
|
||||||
|
|
||||||
Prerequisite:
|
Prerequisite:
|
||||||
* Python >=3.7
|
* Python >=3.7
|
||||||
* hvac
|
** hvac
|
||||||
* pipreqs
|
** pipreqs
|
||||||
* Vault
|
* Vault
|
Loading…
Reference in a new issue