Created
October 11, 2010 06:38
-
-
Save wtnabe/620129 to your computer and use it in GitHub Desktop.
My elisp snippet for Tramp's 'sshx' method
This file contains 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 | |
(require 'tramp) | |
(setq tramp-default-method "sshx") | |
(add-to-list | |
'tramp-multi-connection-function-alist | |
'("sshx" tramp-multi-connect-rlogin "ssh -t -t %h -l %u -F ~/.ssh/config /bin/sh%n")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment