sshping
sshping copied to clipboard
ssh-based ping: measure character echo latency and bandwidth
Hi, we are using this utility in [ShellHub](https://github.com/shellhub-io/shellhub/) to measure SSH latency in our SSH Cloud SaaS servers. In ShellHub there is a concept called SSHID which in addition to...
A `sshping` container could be used to benchmark SSH connections without installing `libssh-dev` and building sshping on a local machine. For example: ```sh docker run -v $HOME/.ssh/:/root/.ssh` sshping -d myserver.com...
I have a remote ssh host that requires two factor authentication. Everytime when I `ssh @remote`. i got a prompt for me to enter yubikey codes (e.g., tap on the...
``` ./sshping 127.0.0.1 *** Option set error: Invalid argument in ssh_options_set *** Cannot establish ssh session ``` system: archlinux x64, openssh 9.0p1-1.1 last known release works
Often it is useful to observe how is latency changing in real time. The cases could be: * observing impact of a network component (e.g. a firewall) load * observing...
The last release was made like four years, it would be good to make a new one. Thanks! cc @spook
Hence Mac is supported
Hi - could someone help me with library linking? After installing libssh with `brew install libssh`, trying to `make` sshping throws the error that the file isn't found. ``` [-2020-06-27...
Cleans up logging behavior during pinging so updates are written at `log_hz` (currently at 60). Also uses `get_time()` instead of `time(NULL)` to determine if time limit reached.
According the the FHS, manpages go in /usr/share/man: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch04s11.html#usrsharemanManualPages But sshping currently installs its manpage to ${CMAKE_INSTALL_PREFIX}/man. One could Set CMAKE_INSTALL_PREFIX to /usr/share, but then one would get the sshping...