Post
Topic
Board Service Announcements
Re: [ANN] Bitfury ASIC sales in EU and Europe
by
punin
on 01/09/2013, 11:25:44 UTC
ALERT!! ACHTUNG!! HUOMIO!!
We've spotted a minor (potentially major) security issue with the image that was distributed with the shipped units. The user pi and root both have some ssh credentials set. You should remove these so that no one can access your unit. (This should not be such big issue if you're behind NAT).

How to correct this:
- SSH into your Raspberry Pi with user pi (default password = raspberry)
- Type commands
Code:
sudo rm -rf .ssh
sudo rm -rf /root/.ssh
sudo reboot