Toni

Results 160 comments of Toni

Fixed. I would also recommend to remove the broken **makefile** since all (modern) *Nix OSes support CMake (which is IMHO state-of-the-art technology). I also need to investigate an issue regarding...

> As for the CMake - I don't know why people use it. I find GNU `make` much easier to manage. However, I noticed you claim that the `makefile` is...

Damn, I'm too late. I had the exact same problem and solution. Please merge.

Could you please give me some more information about your issue?

> FYI, in case you want to know, I've been glazing through the current cryptography a tiny bit, and I've found at least the following issues: > > 1. Data...

@cdpxe Thanks for this information. I will carefully read the paper.

> > Not true, the client adds of course a 24 byte random value to the challenge which is used for the generated password hash. > > https://github.com/lnslbrty/ptunnel-ng/blob/master/src/challenge.c#L81-L93 > >...

Can you share a logfile with verbosity lvl 4 (arg: `-v4`) for the proxy and forwarder?

Strange error. It seems that the SSH client recv an invalid packet and closes the connection which also results in a icmp tunnel connection drop. But I was not able...