Skip to content

Not working on OSX Sierra #213

Closed
Closed
@uhlhosting

Description

@uhlhosting
{
  "_comments": [
    "Valid terminals include: 'Terminal.app' or 'iTerm'",
    "In the editor value change 'default' to 'nano', 'vi', or another terminal based editor.",
    "Hosts will also be read from your ~/.ssh/config or /etc/ssh_config file, if available",
    "For more information on how to configure, please see http://fitztrev.github.io/shuttle/"
  ],
  "editor": "default",
  "launch_at_login": true,
  "terminal": "iTerm.app",
  "iTerm_version": "stable",
  "default_theme": "Homebrew",
  "open_in": "tab",  
  "show_ssh_config_hosts": false,
  "ssh_config_ignore_hosts": [  ],
  "ssh_config_ignore_keywords": [  ],
  "hosts": [
    {
      "cmd": "ps aux | grep defaults",
      "name": "Grep - Opens in Default-window-theme-title"
    },
        {
          "Customer Servers": [
            {
              "cmd": "ssh username@blog2.example.com",
              "inTerminal": "tab",
              "name": "Levnedrezy",
              "theme": "basic",
              "title": "title of tab"
            },
            {
              "cmd": "ssh -p 77 root@panel.uhlhosting.ch",
              "inTerminal": "tab",
              "name": "Panel",
              "theme": "basic",
              "title": "title of new window"
            }
          ]
    },
    {
      "Nodes": [
        {
          "cmd": "ssh vagrant@127.0.0.1 -p 2222 -i ~/.vagrant.d/insecure_private_key",
          "name": "Vagrant - Opens in default-window-theme-title"
        }
      ]
    }
  ]
}

        

I tried this config with Panel host. It just moves to Iterm and does nothing. Any idea why?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions