From 48fb08591c6dd8061842705d20eaba5616c62b42 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 9 Jan 2025 18:06:40 +0000 Subject: [PATCH] Set TRAMP default method to SSH --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index b2c7311..0c99a57 100644 --- a/init.el +++ b/init.el @@ -150,7 +150,7 @@ :defer t :defines (tramp-remote-path tramp-default-proxies-alist) :custom - (tramp-default-method "scp") + (tramp-default-method "ssh") (tramp-backup-directory-alist backup-directory-alist) (tramp-auto-save-directory (cdr (assoc "." tramp-backup-directory-alist))) (remote-file-name-inhibit-cache 300)