Advertisement
Guest User

Untitled

a guest
Feb 18th, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. [
  2. {
  3. "cmd": "ssh -D9002 proxy-something.lalala.com",
  4. "des": "SOCK5 Proxy to proxy-something"
  5. },
  6. {
  7. "cmd": "ssh -D9003 proxy-something-else.lalala.com",
  8. "des": "SOCK5 Proxy to hproxy-dev"
  9. },
  10. {
  11. "cmd": "ssh -L 9999:es.lalala.com:9300 -N cool-dude@proxy-something.lalala.com ssh -L 9300:localhost:9300 -N -p",
  12. "des": "ElassticSearch Prod"
  13. },
  14. {
  15. "cmd": "ssh -L 9998:es.lalala.com:9200 -N cool-dude@proxy-something.lalala.com ssh -L 9200:localhost:9200 -N -p",
  16. "des": "ElassticSearch Prod Web"
  17. },
  18. {
  19. "cmd": "ssh -L 50001:postgres.lalala.com:5432 -N cool-dude@proxy-something.lalala.com ssh -L 5432:localhost:5432 -N -p",
  20. "des": "!! TEMP PostgreSQL Production"
  21. },
  22. {
  23. "cmd": "ssh -L 50002:mongo.lalala.com:27017 -N cool-dude@proxy-something.lalala.com ssh -L 27017:localhost:27017 -N -p",
  24. "des": "!! TEMP MongoDB Production"
  25. },
  26. {
  27. "cmd": "ssh -L 8888:localhost:8888 cool-dude@hproxy-dev.lalala.com",
  28. "des": "Jerry server"
  29. },
  30. {
  31. "cmd": "ssh -L 7777:localhost:7777 cool-dude@proxy-something.lalala.com",
  32. "des": "Shane server"
  33. },
  34. {
  35. "cmd": "ssh -v -L9002:localhost:9000 cool-dude@chicken.com ssh -D 9000 cool-dude@proxy-something.lalala.com",
  36. "des": "Chicken Proxy"
  37. },
  38. {
  39. "cmd": "~/elasticsearch-1.4.4/bin/elasticsearch",
  40. "des": "ElasticSearch local"
  41. },
  42. {
  43. "cmd": "~/mongodb-osx-x86_64-2.4.1/bin/mongod",
  44. "des": "Mongo local"
  45. },
  46. {
  47. "cmd": "grunt --gruntfile ~/workspace/dcc/dcc-portal/dcc-portal-ui/src/main/js/Gruntfile.js server",
  48. "des": "Grunt server task"
  49. }
  50.  
  51. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement