Smyatkin-Maxim commented on issue #746:
URL: https://github.com/apache/cloudberry/issues/746#issuecomment-2513792321

   It's been this way forever, you need to setup some ssh keys for GP segments 
to communicate. Something like this works for linux:
   ```
   ssh-keygen
   cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys
   chmod 600 ~/.ssh/authorized_keys
   ```
   Depending on your setup you might also `ssh-add` your key.
   
   But, indeed, we better just cherrypick the GP7 commit, it's a good one.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to