1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/restic_ynh.git synced 2024-09-03 20:16:22 +02:00
restic_ynh/doc/POST_INSTALL.md
2024-05-25 09:45:18 +02:00

546 B

You should now allow the following public key for user SSH_USER on server SERVER:

PUBLIC_KEY

Do so by running those commands on SERVER with user SSH_USER:

mkdir ~/.ssh 2>/dev/null touch ~/.ssh/authorized_keys chmod u=rw,go= ~/.ssh/authorized_keys cat << EOPKEY >> ~/.ssh/authorized_keys PUBLIC_KEY EOPKEY

Also make sure BACKUP_PATH exists and is writable by SSH_USER

If you're facing an issue or want to improve this app, please open a new issue in this project: https://github.com/YunoHost-Apps/restic_ynh