From cce8f2b5a893ff67ab3665ff7990761f517a435e Mon Sep 17 00:00:00 2001 From: Leroy <33368776+lryjnks@users.noreply.github.com> Date: Fri, 4 Nov 2022 17:11:11 +0100 Subject: [PATCH] Update README.md (#229) Added Workaround for SSH with Ubuntu 22.04 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aac0dde..9fc858a 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ NOTE: Only the switches for MySQL Host, MySQL Port and Guacamole Database are av - Upgrading from 0.9.14 or 1.1.0 to 1.4.0 has not been tested, only 1.3.0 to 1.4.0 has been tested! - Switches have changed and additional ones have been added! -## How to Run: +## How to Upgrade: ### Download file directly from here: @@ -167,3 +167,12 @@ For Apache: ProxyPassReverse http://HOSTNAME:8080/guacamole/ ``` + +## NOTE: SSH doesnt work with Ubuntu 22.04: + +Guacamole only supports ssh-dss and ssh-rsa, and both have been disabled in Ubuntu 22.04. + +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. + +###### :warning: use at your own risk! :warning: +