Add non-default ssh key instructions to README
This commit is contained in:
parent
d02fdddd95
commit
b064468a3d
1 changed files with 4 additions and 3 deletions
7
README
7
README
|
@ -20,12 +20,13 @@ this by default, just say'in.
|
||||||
Note: Knot handles DNSSEC signing on the server side.
|
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
|
# local.mk
|
||||||
GPG_FLAGS=--default-key=<YOUR KEY FINGERPRINT>
|
GPG_FLAGS=--default-key=<YOUR KEY FINGERPRINT>
|
||||||
|
SFTP_FLAGS=~/.ssh/id_non_default
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue