assh Installation on Mac

Package Information:

Name: assh
Use: Advanced SSH config – Regex, aliases, gateways, includes and dynamic hosts. A transparent wrapper that adds regex, aliases, gateways, dynamic hostnames, graphviz, json output, yaml configuration to SSH
URL: https://github.com/moul/advanced-ssh-config

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install assh using brew
    brew install assh

assh is ready to use now!