From b064468a3d6c3a2819bc80338b57bbac73905d7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sat, 12 Feb 2022 19:35:30 +0100 Subject: [PATCH] Add non-default ssh key instructions to README --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ```