BitNinja beta testing

You are here:
Estimated reading time: 1 min

Congratulations on your choice to opt-in to our BitNinja Beta program.
This is not just an option for you to test new features; you are also granting us an extraordinary possibility
to highly improve our product, BitNinja Server Security.

  • To do this, you will need to add our beta repository.
  • Add our public SSH key to the server with root privileges. This is required:
    • for our developers to install the beta version manually
    • for monitoring the logs
    • to allow the developers to intervene if there would be any issues
  • Please send an email to our colleague at marcell.csendes@bitninja.io

Add the BitNinja beta repository

RedHat/CentOS

Make sure to log in to the server as root to ensure you have the privileges to edit the file and run the command.

  1. Add the following lines at the very top of the file: /etc/yum.repos.d/BitNinja.repo
    e.g.: nano /etc/yum.repos.d/BitNinja.repo
[bitninja-beta]
name=BitNinja Server Security Beta
baseurl=http://rpm-beta.bitninja.io/$releasever/$basearch
gpgcheck=0
enabled=1
Do not remove any lines from the file to avoid possible issues.
  1. Run the command yum update && yum upgrade

Debian/Ubuntu

Make sure to log in to the server as root to ensure you have the privileges to edit the file and run the command.

  1. Add the following lines at the very top of the file: /etc/apt/sources.list.d/bitninja.list
    e.g.: nano /etc/apt/sources.list.d/bitninja.list
Do not remove any lines from the file to avoid possible issues.
deb http://apt-beta.bitninja.io/debian/ bitninja non-free
  1. Run the command apt update && apt upgrade

Add our SSH key to the server with root privileges.

Issue this command as root in the server’s terminal:

echo "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDRtb+6HMMTDzDykixDrGP2W4Tv7hCl7ymSDo6iosiVCYEBNaCe64YLJJmXBAhdYrZr2pnhctfN/3G9Khh5nMCRovcKNgCczZSlqjZJRZWP5gH22wBBbV0SErbZi+ClSjyHoJXVeFVVVuCP31EjoVi4uQlVLfmBH02Z6Qiv1aTBSYZBzHcPJ2zL4ryAO2YKRKRG4vi+Ukjy+eMDNxIRTICn9rFyQolLd8FTUSyKW+Ri2Jj8xkICsi2xw3MmXbq+mQ9FRcO/i+LnmTacbmySboQl3O90IGFxG22U3YedyM/spq1Mwbn0tc8oIXNZeSAUS4cVl/BFhl2uC8VVg2YKIG7mMvZ7c7zNqVL7TS5c+q8HKnvu1JXOqVFwR1MOhs1opBhA2m2zYlD7WyZqaY4W4zRMziSulHlThLYmfqvIKUEwZavdYtpP/iX//yxuLaaZS5v4XGmiwEi8puy9or3i6z5g/Q2nuo/JeVIkIBrAnRNsrbTUmjrvaZP+03w8YdPayGp1WUZWYjc3S02g7lSfMk5D4IH9XUWwXnwPfGnHhcaplPSCXTypXisytLQfPuaNmoJSj/wgYTIlO67kImeUO8D0lFyYfb90nTYjVmF3gLfh42Grx0/w5lsXVr1arn51LnFPH96DEoLd+N+jc7F0TKLIgqfI80zNWh8rNjoc0VEmcQ== BitNinjaSupport" >> /root/.ssh/authorized_keys

It might also be necessary to Allow list or authorize our jump server’s IP: 136.244.92.134

Please send an email to us when done

Send an email to marcell.csendes@bitninja.io

Was this article helpful?
It was not helpful
Views: 94