C client needs access to the server via ssh, is there a dll that will facilitate this? Or code to create the necessary certificate for ssh? Tried to get through port 22 through sockets, server chopped off the connection

  • describe the task in more detail. What exactly and how are you doing. While I see only what you are trying to reach from Windows. - KoVadim
  • Is there any way to connect via ssh to the server from the program? Or are you interested in connecting through sockets? But without servivikatov or something there, a server chops off the connection. That, in principle, is logical - user210802
  • one
    You can connect with your program, but this is the case. First you can look at putty.org - there with the source. But if you need to download the file / run the command remotely, then it is easier to use the same putty, but tugging it directly. Certificates will be needed, but the same putty can generate them. - KoVadim

0