[Discuss] rsync password -- revisit

Daniel Barrett dbarrett at blazemonger.com
Mon Dec 31 13:47:15 EST 2018


dan moylan presents his authorized_keys file:
>authorized_keys on the remote machine (aldeberon):
># authorized_keys
># rsync.key.pub
>#
>no-agent-forwarding
>no-port-forwarding
>no-pty
>no-X11-forwarding
>command = rsync
>#
>ssh-rsa AAAA...

I believe the issue is your syntax. For a given key, everything goes
on a single line. Example one-liner:

  no-agent-forwarding,no-port-forwarding,no-pty,no-X11-forwarding,command="rsync" ssh-rsa AAAA....

Hope this helps.

--
Dan Barrett
dbarrett at blazemonger.com




More information about the Discuss mailing list