Vault: Vault ssh backend with rsync/scp?

Created on 25 Feb 2016  路  2Comments  路  Source: hashicorp/vault

Is there any way to make the Vault ssh-backend work with rsync-over-ssh or scp for securely copying files? It's great for managing access without having to copy keys all over the place, but I would think copying files would be right behind that in priority...

Most helpful comment

@jaychris, why you closed without ANY comment?

All 2 comments

@jaychris, why you closed without ANY comment?

vault ssh [options] username@ip-address cat file.txt > local_file.txt

This work for me to copy files from the server to the local.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

maxsivanov picture maxsivanov  路  3Comments

0x9090 picture 0x9090  路  3Comments

ngunia picture ngunia  路  3Comments

lexsys27 picture lexsys27  路  3Comments

frntn picture frntn  路  3Comments