I'm trying to set up my Emacs TRAMP to access remote files via ssh, and I would like to add some additional arguments to the ssh command that tramp uses for connecting. Is there a way to do this?
I could do it by directly manipulating the variable tramp-methods
, but that's icky.