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.18k stars 81 forks source link

Problem: WRN could not get window size: The handle is invalid. on Windows #141

Open meowrain opened 2 months ago

meowrain commented 2 months ago

I start my ssh3 server by

ssh3-server -generate-public-cert myserver.domain -url-path /ssh3 -bind 0.0.0.0:22 -enable-password-login

When i'm using ssh3 client on windows to connect my Linux server,it shows WRN could not get window size: The handle is invalid. and then it stucks. My command is like this:

ssh3 -privkey private_key root@myserver.domain:22/ssh3

But it works well on my PC using Arch Linux. I don't know if it is a bug....