linux:raspberry:rdp-client
Raspberry Pi: RDP Client
- Prendre une image raspbian lite
apt update && apt dist-upgrade apt install freerdp2-x11 freerdp2-dev pyqt5-dev pyqt5-dev-tools lightdm
sudo raspi-config- Activer SSH
- Activer autologin
nano .xsessionContenu:
exec /home/admin/script.sh
nano .xsessionContenu:
#!/bin/sh sleep 20 ping serveur-rdp -c5 xfreerdp /v:serveur-rdp /u:Vincent /f /cert-ignore
le sleep est forcé car les interfaces réseaux ne sont pas toujours prêtes au moment de l'exécution
- chmod +x script.sh
linux/raspberry/rdp-client.txt · Dernière modification : de root
