Hi Lukas,
Thanks for the reply. I tried the change to the KeyExchangeAlgorithm, and removed all other configurations regarding preferences and trying to hit the magic path to get a connection. Now the log file file reads
2020-05-05 18:59:24.032 INFO FileLogWriter(1)[5] Info: Assembly: Rebex.Common 2020 R1.1 for .NET 4.0-4.8
2020-05-05 18:59:24.032 INFO FileLogWriter(1)[5] Info: Platform: Windows 6.1.7601 64-bit; CLR: 4.0.30319.36543
2020-05-05 18:59:24.032 DEBUG FileLogWriter(1)[5] Info: Culture: da; Windows-1252
2020-05-05 18:59:24.079 INFO Sftp(1)[5] Info: Connecting to 172.26.x.x:22 using Sftp.
2020-05-05 18:59:24.079 INFO Sftp(1)[5] Info: Assembly: Rebex.Sftp 2020 R1.1 for .NET 4.0-4.8
2020-05-05 18:59:24.079 INFO Sftp(1)[5] Info: Platform: Windows 6.1.7601 64-bit; CLR: 4.0.30319.36543
2020-05-05 18:59:24.079 DEBUG Sftp(1)[5] Info: Culture: da; Windows-1252
2020-05-05 18:59:24.110 DEBUG Sftp(1)[5] Proxy: Connecting to 172.26.x.x:22 (no proxy).
2020-05-05 18:59:24.126 DEBUG Sftp(1)[5] Proxy: Connection established.
2020-05-05 18:59:24.157 DEBUG Sftp(1)[5] SSH: Server is 'SSH-2.0-OpenSSH_7.5'.
2020-05-05 18:59:24.188 INFO Sftp(1)[5] SSH: Negotiation started.
2020-05-05 18:59:24.563 DEBUG Sftp(1)[5] SSH: Group exchange.
2020-05-05 18:59:24.578 DEBUG Sftp(1)[5] SSH: Negotiating key.
2020-05-05 18:59:25.031 DEBUG Sftp(1)[5] SSH: Received 4096-bit Diffie-Hellman prime (minimum allowed size is 1024 bits).
2020-05-05 18:59:25.077 ERROR Sftp(1)[7] SSH: Error occured while receiving SSH packet: Rebex.Net.SshException: The connection was closed by the server. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at Rebex.Net.SshSession.qykt(Int32 auu, Int32 auv)
--- End of inner exception stack trace ---
at Rebex.Net.SshSession.qykt(Int32 auu, Int32 auv)
at Rebex.Net.SshSession.qykx(Byte[]& avc)
at Rebex.Net.SshSession.qylf()
at Rebex.Net.SshSession.gycv.qyme()
2020-05-05 18:59:25.077 ERROR Sftp(1)[5] SSH: Negotiation failed. The connection was closed by the server.
2020-05-05 18:59:25.077 ERROR Sftp(1)[5] Info: Rebex.Net.SshException: The connection was closed by the server. ---> Rebex.Net.SshException: The connection was closed by the server. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at Rebex.Net.SshSession.qykt(Int32 auu, Int32 auv)
The server can only be connected to from a limited number of IP adresses, but I can ask if it would be possible to open up for your IP in their firewall (I have my doubts).
Other suggestions?
Br
Kim