kaancho12
Technical User
- Feb 22, 2005
- 191
hi,
i was looking at some of the .ssh scripts in authorized_keys (in .ssh/authorized_keys) file and saw this:
command="rsync --server -vulogDtprz . /backup/" ssh-rsa AIEAyb3/4wmwNR17wR0C7EArUg7UUPaY6yA+BmPqSi2/nIgyYfYJ3wvqdegTr3T+IoELabL7sAelinPWD1SeB/dsWHDD9cpLndwrfH1PslopgzUidVv4PZa1iQ6hq2DcNOHIysfX2uP/X4sNowWrypl86L5om0Nlk6EFdVi3rNvVmhM= root@ipaddress
It is used when our local machine backs up file to the "ipaddress" but i am not sure if i understand how the first part (command="rsync ") works inside the authorized_keys file. any clue?
ko12
i was looking at some of the .ssh scripts in authorized_keys (in .ssh/authorized_keys) file and saw this:
command="rsync --server -vulogDtprz . /backup/" ssh-rsa AIEAyb3/4wmwNR17wR0C7EArUg7UUPaY6yA+BmPqSi2/nIgyYfYJ3wvqdegTr3T+IoELabL7sAelinPWD1SeB/dsWHDD9cpLndwrfH1PslopgzUidVv4PZa1iQ6hq2DcNOHIysfX2uP/X4sNowWrypl86L5om0Nlk6EFdVi3rNvVmhM= root@ipaddress
It is used when our local machine backs up file to the "ipaddress" but i am not sure if i understand how the first part (command="rsync ") works inside the authorized_keys file. any clue?
ko12