Skip to content

Instantly share code, notes, and snippets.

@paykroyd
Created November 29, 2011 21:19
Show Gist options
  • Save paykroyd/1406563 to your computer and use it in GitHub Desktop.
Save paykroyd/1406563 to your computer and use it in GitHub Desktop.
;; tramp rules
(require 'tramp)
(add-to-list 'tramp-default-proxies-alist
'("qa9" nil "/ssh:[email protected]:"))
(add-to-list 'tramp-default-proxies-alist
'("log1" nil "/ssh:[email protected]:"))
(add-to-list 'tramp-default-proxies-alist
'("demo-social1" nil "/ssh:[email protected]:"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment