From 9822690cf4766aaf36acb8ede8c3456634933f69 2017-01-24 09:13:43 From: drtyhlpr Date: 2017-01-24 09:13:43 Subject: [PATCH] Updated: Be more specific about specified pub key file --- diff --git a/README.md b/README.md index cdddb16..c87a6f2 100644 --- a/README.md +++ b/README.md @@ -225,10 +225,10 @@ Disable password based SSH authentication. Only public key based SSH (v2) authen Limit the users that are allowed to login via SSH. Only allow user `USER_NAME`=pi and root if `SSH_ENABLE_ROOT`=true to login. ##### `SSH_ROOT_PUB_KEY`="" -Add specified SSH (v2) public key from file to `authorized_keys` file to enable public key based SSH (v2) authentication of user `root`. The specified file can also contain multiple SSH (v2) public keys. SSH protocol version 1 is not supported. `ENABLE_ROOT` **and** `SSH_ENABLE_ROOT` must be set to `true`. +Add SSH (v2) public key(s) from specified file to `authorized_keys` file to enable public key based SSH (v2) authentication of user `root`. The specified file can also contain multiple SSH (v2) public keys. SSH protocol version 1 is not supported. `ENABLE_ROOT` **and** `SSH_ENABLE_ROOT` must be set to `true`. ##### `SSH_USER_PUB_KEY`="" -Add specified SSH (v2) public key from file to `authorized_keys` file to enable public key based SSH (v2) authentication of user `USER_NAME`=pi. The specified file can also contain multiple SSH (v2) public keys. SSH protocol version 1 is not supported. +Add SSH (v2) public key(s) from specified file to `authorized_keys` file to enable public key based SSH (v2) authentication of user `USER_NAME`=pi. The specified file can also contain multiple SSH (v2) public keys. SSH protocol version 1 is not supported. #### Kernel compilation: ##### `BUILD_KERNEL`=false