remote_desktop_connection
This is an old revision of the document!
Remote Desktop Connection to Tiny
This is how to connect home when you need a graphical connection…
- TinyRD.sh
#!/usr/bin/bash ssh -f -N -i ~/.ssh/RSA-srj -p 22222 -L 33389:localhost:3389 steve@cyli.org sleep 3 xfreerdp /cert-ignore /sound:sys:alsa /f /gdi:hw /u:steve /v:localhost:33389 killall ssh-agent killall ssh
remote_desktop_connection.1683137768.txt.gz · Last modified: by steve
