如何使 Emacs TRAMP 模式更快?
我有ControlMaster auto我的 SSH 配置,它正在工作:
$ time ssh -v debel echo foo
OpenSSH_5.6p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /Users/jmdeldin/.ssh/config
debug1: Applying options for *
debug1: Applying options for debel
debug1: Reading configuration data /etc/ssh_config
debug1: Applying options for *
debug1: auto-mux: Trying existing master
debug1: mux_client_request_session: master session id: 9
foo
debug1: mux_client_request_session: master session id: 9
real 0m0.014s
user 0m0.008s
sys 0m0.003s
Run Code Online (Sandbox Code Playgroud)
但是 TRAMP 非常缓慢(大约 3 s 文件保存),如在此截屏视频中所示。 …