Created
November 29, 2011 21:19
-
-
Save paykroyd/1406563 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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