mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
update doc
This commit is contained in:
@@ -176,7 +176,7 @@ do
|
|||||||
|
|
||||||
# check if a SCP backup target is set
|
# check if a SCP backup target is set
|
||||||
# paramter in raspiblitz.conf:
|
# paramter in raspiblitz.conf:
|
||||||
# scpBackupTarget='[USER]@s[SERVER]:[DIRPATH-WITHOUT-ENDING-/]'
|
# scpBackupTarget='[USER]@[SERVER]:[DIRPATH-WITHOUT-ENDING-/]'
|
||||||
# On target server add the public key of your RaspiBlitz to the authorized_keys for the user
|
# On target server add the public key of your RaspiBlitz to the authorized_keys for the user
|
||||||
# https://www.linode.com/docs/security/authentication/use-public-key-authentication-with-ssh/
|
# https://www.linode.com/docs/security/authentication/use-public-key-authentication-with-ssh/
|
||||||
if [ ${#scpBackupTarget} -gt 0 ]; then
|
if [ ${#scpBackupTarget} -gt 0 ]; then
|
||||||
|
Reference in New Issue
Block a user