Merge pull request #2318 from classmarkets/2175-named-keys

Allow specifying user and host when adding keys
This commit is contained in:
Alexander Neumann
2020-08-01 13:06:31 +02:00
committed by GitHub
4 changed files with 60 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
Enhancement: Allow specifying user and host when creating keys
When adding a new key to the repository, the username and hostname for the new
key can be specified on the command line. This allows overriding the defaults,
for example if you would prefer to use the FQDN to identify the host or if you
want to add keys for several different hosts without having to run the key add
command on those hosts.
https://github.com/restic/restic/issues/2175