Raspbian SSH Server fails after upgrade from Stretch to Buster (no SSH connection)

I used this excellent guide to update my Raspbian from Stretch to Buster: https://pimylifeup.com/upgrade-raspbian-stretch-to-raspbian-buster/ After rebooting my Pi, the SSH connection was gone. Logging into the Pi using the attached keyboard and monitor allowed me to debug the issue: service ssh status journalctl -u ssh -n 200 “Missing privilege separation directory /run/sshd” This directory needs…

Weiterlesen

Screenshots über SSH erstellen

Ein kurzer Tipp um Screenshots vom Raspberry Pi X Desktop (LXDE) über SSH zu erstellen: sudo aptitude install scrot  DISPLAY=”:0.0″ scrot /tmp/screenshot1.png Die Screenshots können dann z.B. mit dem Windows Tool WinSCP vom Pi heruntergeladen werden. scrot hat auch einige weitere Optionen, z.B. eine verzögerte Aufnahme.

Weiterlesen