YunoHost-Apps / borgserver_ynh

Borg server package for YunoHost
https://www.borgbackup.org/
GNU Affero General Public License v3.0
8 stars 4 forks source link

If public key contains a space, errors are generated. #12

Closed zyphlar closed 4 years ago

zyphlar commented 5 years ago

My borg client is not via yunohost, so I assumed that "public key" would take the form of ssh-rsa RANDOMKEYTEXT myuser@myhost however this caused major errors with my server (I even had to reboot.) Additionally it's not obvious where this info gets stored (only looking through these issues did I realize it can be found in /home/my_ssh_user/.ssh/authorized_keys) so fixing the problem afterwards was unclear. (I uninstalled a few times before finally getting it right.)

zamentur commented 4 years ago

Fixed https://github.com/YunoHost-Apps/borgserver_ynh/pull/24