Hi, this problem looks too hard for the best of my knowledge.
I try to connect via ssh from a Windows 10 laptop to a remote Linux Server (CentOS Linux release 7.8.2003 (Core)):
---
ssh.exe -i ./.ssh/id_rsa_name name@IPaddress -p port
client_loop: send disconnect: Connection reset
---
The...