francoismichel / ssh3

SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/
https://arxiv.org/abs/2312.08396
Apache License 2.0
3.29k stars 84 forks source link

Suitable identity not found #147

Open equinayzz opened 4 months ago

equinayzz commented 4 months ago

So I am new to ssh3. I want to try the hiding server features. I've done all the installation steps. Then I start the ssh3 server using command sudo ssh3-server -bind 17.0.2.12:8081 -url-path /top and when I try connecting via the client using ssh3 nayz@17.0.2.12:8081/top I get this result: 11:56AM ERR could not dial 17.0.2.12:8081/top: no suitable identity found Can you tell me what the possible cause of this is?

jeroen-80 commented 3 weeks ago

Exactly the same here:

It might be good to add agent related info to the verbose mode, nothing seen in both server and client logs.