Mathias Weidner
Mathias Weidner
I have the same problem. In the server logs I can see that there is a mismatch with the cryptographic settings. System in question is Ubuntu 22.04 with *openssh-server 1:8.9p1-3*....
The old puttyng.exe identified itself as version 0.71 (2019). I tried with another one that identified itself as version 0.77 (2022), but to no avail. Then I had a look...
Are you sure that the problem is with puttyng? We have no problems using the console, only for file transfer using SCP / SFTP. When SCP / SFTP use the...
Hi, I had some time to look into the issue and saw in [mRemoteNG/mRemoteNG.csproj](https://github.com/mRemoteNG/mRemoteNG/blob/v1.77.3-dev/mRemoteNG/mRemoteNG.csproj) the following: `... ... ` Going over to https://www.nuget.org/packages/Renci.SshNet.Async/1.4.0 I saw: > Extends Renci.SshNet to implement...
I tested an experimental portable version of mRemoteNG from @pakass and was able to transfer files with a SSH server on Ubuntu 22.04 using the experimental version while the standard...
> Thank you for your response! Yes I have an exporter sending IPFIX over TCP. Other than the socket code in 'src/collector/nfnet.c', what other changes might be required, for example...
I also didn't see an IPFIX exporter using SCTP or TCP before. After some searching I found [ipfixprobe](https://cesnet.github.io/ipfixprobe/) from CESNET, that seems to be able to use tcp. I haven't...