You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
(use-package tramp
|
|
|
|
:custom
|
|
|
|
(tramp-password-cache nil)
|
|
|
|
(tramp-persistency-file-name nil)
|
|
|
|
:config
|
|
|
|
(add-to-list 'tramp-connection-properties
|
|
|
|
(list (regexp-quote (format "/sudo:root@%s:" system-name))
|
|
|
|
"session-timeout" (* 60 60)))
|