Advertisement
UHLHosting

Untitled

Jan 16th, 2016
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 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": "default",
  9. "launch_at_login": true,
  10. "terminal": "iTerm",
  11. "iTerm_version": "nightly",
  12. "default_theme": "Default",
  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": "ps aux | grep defaults",
  20. "name": "iTerm new tab"
  21. },
  22. {
  23. "DEV": [
  24. {
  25. },
  26. {
  27. "DNS": [
  28. {
  29. "cmd": "ssh root@dns2.uhlhosting.ch -p 77 -i ~/.ssh/id_rsa",
  30. "inTerminal": "tab",
  31. "name": "SSH DNS2",
  32. "theme": "Default",
  33. "title": "DNS2"
  34. },
  35. {
  36. "cmd": "ssh root@dns1.uhlhosting.ch -p 77 -i ~/.ssh/id_rsa",
  37. "inTerminal": "tab",
  38. "name": "SSH DNS1",
  39. "theme": "Default",
  40. "title": "DNS1"
  41. }
  42. ]
  43. }
  44. ]
  45. },
  46. {
  47. "WHM": [
  48. {
  49. "cmd": "ssh root@5.196.111.219 -p 77 -i ~/.ssh/id_rsa",
  50. "name": "WHM/cPanel",
  51. "inTerminal": "tab",
  52. "name": "SSH WHM",
  53. "theme": "Default",
  54. "title": "WHM"
  55. }
  56. ]
  57. }
  58. ]
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement