Really glad to find this little useful utility for (recent) ssh connections.
I am trying to find out why I get a connect: empty list while I am using it on macos (10.14) with zsh.
I managed to run the ssh-history command (cat "$HISTFILE" | grep -E "^ssh\s" | sed -e 's/\s*$//' | sort | uniq -c | sort -nr | sed -e "s/^\s*[0-9]*\s//") on bash and I got the history lines contain ssh. But otherwise I cannot make it to work.
Really glad to find this little useful utility for (recent) ssh connections.
I am trying to find out why I get a connect: empty list while I am using it on macos (10.14) with zsh.
I managed to run the ssh-history command (cat "$HISTFILE" | grep -E "^ssh\s" | sed -e 's/\s*$//' | sort | uniq -c | sort -nr | sed -e "s/^\s*[0-9]*\s//") on bash and I got the history lines contain ssh. But otherwise I cannot make it to work.