Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

How to use XRDP

Tomohiro edited this page Jul 20, 2020 · 1 revision

How to use XRDP

!pip install git+https://github.com/demotomohiro/remocolab.git
import remocolab
remocolab.setupSSHD()

!apt install xfce4 xrdp
!adduser xrdp ssl-cert
!service xrdp start

Run following command on client PC for local port forwarding. (Replace port number and host name to the one used to connect to the ssh server on colab)

ssh -o UserKnownHostsFile=/dev/null -o VisualHostKey=yes -L 13389:localhost:3389 -p xxxx [email protected]

Run remote desktop client and connect to localhost:13389.

Clone this wiki locally