Ubuntu + RDP on Oracle Cloud

The first one works the best. Open an SSH connection to the server and run these commands: sudo sucd ~apt updateapt upgradeapt -y install lxqt sddm xrdpsystemctl status xrdp The XRDP port needs to be open in Oracle Cloud and search for ‘Virtual Cloud Networks’. Then select the network and go to the ‘Security Lists’ … Read more

Guacamole cannot connect via SSH – FIX

If you get “SSH handshake failed” when trying to use Guacamole to connect to Ubuntu via SSH, you need to use a workaround: In the meantime a workaround is adding “HostKeyAlgorithms +ssh-rsa” to the end of /etc/ssh/sshd_config on the Ubuntu machine and restart sshd. Note: I don’t have an understanding of the security implications of … Read more