Connect to SSH with Guacamole

Connect to SSH with Guacamole

You can edit the following on the host you want to connect to

open /etc/ssh/sshd.config and add

PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa

Afterwards you can restart SSH serivce
sudo service ssh restart
Or
sudo restart ssh

Comments are closed.