Re: SSH failed: no matching host key type found

2022-05-05 Thread Yang Yang
Thank you very much for the clarification, Nick! I’m going to upgrade libssh2 to the latest. Thanks, Yang > On May 6, 2022, at 07:28, Nick Couchman wrote: > > On Thu, May 5, 2022 at 6:54 PM Michael Jumper > wrote: > On Sun, May 1, 2022 at 12:36 AM Yang Yang wrote:

Re: SSH failed: no matching host key type found

2022-05-05 Thread Nick Couchman
On Thu, May 5, 2022 at 6:54 PM Michael Jumper wrote: > On Sun, May 1, 2022 at 12:36 AM Yang Yang > wrote: > >> Hi Nick, >> >> I found that only ssh-rsa and ssh-dss are mentioned in ssh_agent.c >>

Re: SSH failed: no matching host key type found

2022-05-05 Thread Michael Jumper
On Sun, May 1, 2022 at 12:36 AM Yang Yang wrote: > Hi Nick, > > I found that only ssh-rsa and ssh-dss are mentioned in ssh_agent.c > , > does that mean other algorithms are

Re: SSH failed: no matching host key type found

2022-05-01 Thread Yang Yang
Hi Nick, I found that only ssh-rsa and ssh-dss are mentioned in ssh_agent.c , does that mean other algorithms are currently not supported? Thanks, Yang > On May 1, 2022,

Re: SSH failed: no matching host key type found

2022-05-01 Thread Yang Yang
HI Nick, The version of libssh2 is 1.8.0-2.1, as below. # dpkg -l | grep ssh libssh-gcrypt-4:amd640.9.3-2ubuntu2.2 amd64 tiny C SSH library (gcrypt flavor) libssh2-1:amd64 1.8.0-2.1build1 amd64 SSH2 client-side

Re: SSH failed: no matching host key type found

2022-04-30 Thread Nick Couchman
On Sat, Apr 30, 2022 at 12:14 PM Yang Yang wrote: > Hi Nick, > > Thank you very much for the prompt response! > > Guacamole/guacd is running on Ubuntu 20.04.4 LTS docker, > with libssh2.so.1.0.1. > This doesn't really tell the overall version of libssh2 - the version of the dynamic library doesn

Re: SSH failed: no matching host key type found

2022-04-30 Thread Yang Yang
Hi Nick, Thank you very much for the prompt response! Guacamole/guacd is running on Ubuntu 20.04.4 LTS docker, with libssh2.so.1.0.1. Thanks, Yang > On May 1, 2022, at 00:05, Nick Couchman wrote: > > On Sat, Apr 30, 2022 at 12:02 PM Yang Yang wrote: > Hello, > > I am using Guacamole 1.4.0

Re: SSH failed: no matching host key type found

2022-04-30 Thread Yang Yang
sorry, got typos for algorithm names: ssh-rsa and ssh-dss are not included in default sshd_config settings. > On May 1, 2022, at 00:02, Yang Yang wrote: > > Hello, > > I am using Guacamole 1.4.0 to connect a Ubuntu 22.04 machine with OpenSSH > Server with username and password, all with defa

Re: SSH failed: no matching host key type found

2022-04-30 Thread Nick Couchman
On Sat, Apr 30, 2022 at 12:02 PM Yang Yang wrote: > Hello, > > I am using Guacamole 1.4.0 to connect a Ubuntu 22.04 machine with OpenSSH > Server with username and password, all with default settings, but failed. > The guacd log only tells “SSH handshake failed”, while /var/log/auth.log in > the