** Note that the below information is no longer valid with current versions of PiNet. SSH into the Pis is no longer easily possible.**
By default, Raspberry Pis using PiNet do not allow ssh access.
It though can be extremely useful for debugging to be able to access a Raspberry Pi over SSH.
There is though a few things you need to be aware of.
sudo ltsp-chroot --arch armhf passwd
. Don’t forget to recompress the operating system after changing it (can be found in other/NBD-recompress in PiNet). You can log in as root.Open a terminal on the Raspberry Pi and enter hostname -I
. It should print the current IP address of the Raspberry Pi.
Sometimes the ssh keys are not generated correctly on PiNet clients.
To regenerate the keys, reconfigure the openssh-server using sudo ltsp-chroot --arch armhf dpkg-reconfigure openssh-server
. Don’t forget to recompress the operating system after changing it (can be found in other/NBD-recompress in PiNet).