Skip to content

SSH Config File Settings

Matt Turner edited this page Oct 21, 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
        User user1
        HostName web01.example.com

- or -

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