Ubuntu
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
OpenSSH SSH-2 private key (old PEM format)
Taken from here: https://stackoverflow.com/questions/60884217/openssh-ssh-2-private-key-old-pem-format-on-azure-linux-vm You’ve used ssh-keygen to create a private key file called id_rsa.ppk. However this is an OpenSSH-format private key and needs to be converted to Putty’s own format to use in Putty. Your options are:
How to Enable SSH in Kali Linux
https://linuxhint.com/enable_ssh_kali_linux/
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