←back to thread

Making TRAMP faster

(coredumped.dev)
226 points celeritascelery | 1 comments | | HN request time: 0.206s | source
Show context
jonnycomputer ◴[] No.44356898[source]
I kinda gave up on using it because so many of my remotes are tunneled through a jump host and I never could get it to connect seamlessly. It seems like it ought to, but when vscode just works with my ssh config, I decided debugging it was not a good use of my time. Might have something to do with being on a Mac, idk.
replies(4): >>44357207 #>>44357418 #>>44357476 #>>44361649 #
aidenn0 ◴[] No.44357418[source]
I found that setting (customize-set-variable 'tramp-use-connection-share nil) made things "just work" with my .ssh config (the documentation for that variable seems to imply this is expected).

If you still want connection sharing, you'll have to set it in your .ssh config, but it works without it.

replies(1): >>44362064 #
1. jonnycomputer ◴[] No.44362064[source]
I'll give that a try maybe.