Advertisement
Guest User

config

a guest
Jun 18th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.07 KB | None | 0 0
  1. {
  2.   "_comments": [
  3.     "Valid terminals include: 'Terminal.app' or 'iTerm'",
  4.     "In the editor value change 'default' to 'nano', 'vi', or another terminal based editor.",
  5.     "Hosts will also be read from your ~/.ssh/config or /etc/ssh_config file, if available",
  6.     "For more information on how to configure, please see http://fitztrev.github.io/shuttle/"
  7.   ],
  8.   "editor": "nano",
  9.   "launch_at_login": false,
  10.   "terminal": "iTerm",
  11.   "iTerm_version": "nightly",
  12.   "default_theme": "homebrew",
  13.   "open_in": "tab",
  14.   "show_ssh_config_hosts": false,
  15.   "ssh_config_ignore_hosts": [  ],
  16.   "ssh_config_ignore_keywords": [  ],
  17.   "hosts": [
  18.     {
  19.       "cmd": "ssh root@51.15.223.235",
  20.       "name": "235 - Sandbox"
  21.     },
  22.     {
  23.       "cmd": "ssh root@62.210.250.168",
  24.       "name": "168 - Tileserver"
  25.     },
  26.     {
  27.       "cmd": "ssh root@62.210.102.220",
  28.       "name": "220 - BDD"
  29.     },
  30.     {
  31.       "cmd": "ssh root@212.47.236.152",
  32.       "name": "152 - Wordpress"
  33.     },
  34.     {
  35.       "cmd": "ssh root@51.15.128.208",
  36.       "name": "208 - Sandbox2"
  37.     }
  38.   ]
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement