Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created October 11, 2010 06:38
Show Gist options
  • Save wtnabe/620129 to your computer and use it in GitHub Desktop.
Save wtnabe/620129 to your computer and use it in GitHub Desktop.
My elisp snippet for Tramp's 'sshx' method
;; 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