Open randomJoe211 opened 3 years ago
@randomJoe211 It designed to act like that. you should authenticate the ssh tunnel between the host of br
command running at and the target host of service, for example, by 'ssh-copy-id'. pls check: prerequisites
@randomJoe211 It designed to act like that. you should authenticate the ssh tunnel between the host of
br
command running at and the target host of service, for example, by 'ssh-copy-id'. pls check: prerequisites
I have already done that. The code block I attached had these lines:
[u1@m1 ~]$ ssh yao.zhou@192.168.8.91
Last login: Mon Jul 26 09:24:29 2021 from 192.168.8.111
[u2@m2 ~]$ exit
logout
Connection to 192.168.8.91 closed.
You can see that password-free SSH access is already enabled.
I installed BR, configured free ssh access. When I tried to back up, it still showed the following error.
Is this an issue related to user privileges? Please take a look at it.