shlogg · Early preview
Paul Redmond @paulredmond

GGH CLI Recalls SSH Sessions And Configurations

GGH is a CLI app that recalls SSH sessions & searches config file. Lightweight, interactive tool for reconnecting to previous sessions or filtered config listings. Install on Unix & Windows via GitHub.

GGH is a small CLI application that recalls your SSH sessions and searches your SSH configuration file. It's a lightweight CLI wrapping SSH commands (you must have SSH installed), but it does not replace SSH:
# Use it just like you're using SSHggh root@server.comggh root@server.com -p2440 # Run it with no arguments to get interactive list of the previous sessionsggh # Run it with - to get interactive list of all of your ~/.ssh/config listingggh - # Run it with - STRING to get interactive filtered list of your ~/.ssh/config listingggh - stageggh - meta-servers # To get non-interactive list of h...