Poor man’s ssh launcher (CLI)

Problem: just wanted an easy way to add my hosts to the ssh config file and connect to each host through the easiest way possible using normal bash command-line. Solution: configure your .ssh/config like you normally would, with the following: Host myapache Hostname myapache.host.com User fred Host myapache2 Hostname myapache2.host.com User fred Add the following … Continue reading Poor man’s ssh launcher (CLI)