-
Hi there, I'm just getting started with Security Onion and so far have stood up a manager and am in the process of doing the same for forwarder and search nodes. But when I go through the process of adding a sensor to an existing deployment, everything goes well until the 'How would you like to access the internet?' screen. I select 'Direct' and it tries to pull down the Security Onion tarball from the manager using the soremote user's SSH key but there isn't an ~soremote/.ssh/authorized_keys file on the manager.
Connectivity isn't the issue as the logs on the manager show the SSH session:
And the file is present:
Can I manually copy over/create the authorized_keys file or what should I do here? It also doesn't seem to be grabbing the version number properly according to the filename ('.tar.gz') but I can symlink that if need be. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looking in /root/sosetup.log, I saw a reference to /root/.ssh/so.key so I grabbed /root/.ssh/so.key.pub, added it to ~soremote/.ssh/authorized_keys on the master and tried again and the install was able to proceed. |
Beta Was this translation helpful? Give feedback.
Looking in /root/sosetup.log, I saw a reference to /root/.ssh/so.key so I grabbed /root/.ssh/so.key.pub, added it to ~soremote/.ssh/authorized_keys on the master and tried again and the install was able to proceed.