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:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install assh using brew
brew install assh
assh is ready to use now!