blob: d5536af31f2af2de4edaab1759423d43b279d1c4 (
plain)
1
2
3
4
5
6
7
8
|
(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 20))))
|