Open czunker opened 1 year ago
I wasn't able to repro this by doing and ssh from my local system to my local system. I believe this is because the cnquery process running locally is just able to connect to the same ip/port pairs while it bypasses the ssh connection.
My guess is that we will need to tunnel the tcp connections through the ssh connection to make sure the ip/port connections resolve on the remote host instead of on the host where the cnquery binary is running.
Describe the bug When querying tls parameters for ports, it works with local but not via ssh.
This is how it looks like on ssh:
This is how it looks like when run with local:
To Reproduce Steps to reproduce the behavior:
Expected behavior Local and ssh should show the same.
Desktop (please complete the following information):