We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a "Segmentation fault" when I connect using my public IP but works fine if I use my LAN IP. Host (WSL 2) pings a (Ubuntu-Server) computer.
sshping -i <key_file> alb11747@<public_ip>:2225
ssh-Login-Time: 1751320349 ns Minimum-Latency: 249610 ns Median-Latency: 339963 ns Average-Latency: 354582 ns Average-Deviation: 63008 ns Maximum-Latency: 968837 ns Echo-Count: 1000 B Upload-Size: 8000000 B Upload-Rate: 62939411 B/s Download-Size: 8000000 B Download-Rate: 10078004 B/s Segmentation fault
sshping -i <key_file> [email protected]
ssh-Login-Time: 1757909690 ns Minimum-Latency: 266890 ns Median-Latency: 331170 ns Average-Latency: 349622 ns Average-Deviation: 58188 ns Maximum-Latency: 728460 ns Echo-Count: 1000 B Upload-Size: 8000000 B Upload-Rate: 65679386 B/s Download-Size: 8000000 B Download-Rate: 9891751 B/s
Both IPs point to the same computer. (Port forwarding to 22)
The text was updated successfully, but these errors were encountered:
wc222's fix merged, thanx!
Sorry, something went wrong.
No branches or pull requests
I get a "Segmentation fault" when I connect using my public IP but works fine if I use my LAN IP.
Host (WSL 2) pings a (Ubuntu-Server) computer.
sshping -i <key_file> alb11747@<public_ip>:2225
sshping -i <key_file> [email protected]
Both IPs point to the same computer. (Port forwarding to 22)
The text was updated successfully, but these errors were encountered: