From 40162358e6132587e24225c751e5b0a26bed6cf5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 15 Jan 2025 10:25:57 +0000 Subject: [PATCH] Change TRAMP default method ssh -> sshx --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 1f082a7..e094628 100644 --- a/init.el +++ b/init.el @@ -177,7 +177,7 @@ :defer t :defines (tramp-remote-path tramp-default-proxies-alist) :custom - (tramp-default-method "ssh") + (tramp-default-method "sshx") (tramp-backup-directory-alist backup-directory-alist) (tramp-auto-save-directory (cdr (assoc "." tramp-backup-directory-alist))) (remote-file-name-inhibit-cache 300)