EDR: Cbcluster Commands Request Password
book
Article ID: 287989
calendar_today
Updated On:
Products
Carbon Black EDR (formerly Cb Response)
Issue/Introduction
Password prompt when running /usr/share/cb/cbcluster command
Environment
- EDR Server: All Versions
- Clustered
Cause
Public key is missing from minion authorization_keys folder
Resolution
- Log into the Master server
- Copy the cb_ssh public key
cp /etc/cb/ssh/cb_ssh.pub /<path to drop>/
- Log into the impacted minion(s)
- Copy the cb_ssh.pub file to the /tmp directory (this will depend on how you are transferring the file)
cp cb_ssh.pub /tmp/
- Run the following command
cat /tmp/cb_ssh.pub >> ~/.ssh/authorized_keys
- Confirm cbcluster command now run from Master server
- Remove copied public key from step 2
rm -f /<step2path>/cb_ssh.pub
Feedback
thumb_up
Yes
thumb_down
No