Skip to content

SSH Config File Settings

Matt Turner edited this page Jul 30, 2016 · 2 revisions

Additional ssh config customization

Nested menus for ~/.ssh/config hosts

Create a menu item at "work" > "servers" > "web01"
Host work/servers/web01
        HostName user@web01.example.com

- or -

Host gandalf
        # shuttle.name = work/servers/web01 (webserver)
        HostName user@web01.example.com