diff --git a/README b/README index e09007e..1448587 100644 --- a/README +++ b/README @@ -20,12 +20,13 @@ this by default, just say'in. Note: Knot handles DNSSEC signing on the server side. -Using a non-default GPG key ---------------------------- +Using a non-default GPG/ssh key +------------------------------- -Create a file `local.mk` and specify GPG_FLAGS as follows: +Create a file `local.mk` and specify GPG_FLAGS and/or SFTP_FLAGS as follows: ``` # local.mk GPG_FLAGS=--default-key= +SFTP_FLAGS=~/.ssh/id_non_default ```