mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 11:06:17 +00:00
[emacs] Configure TRAMP to allow sudo over ssh
This commit is contained in:
parent
a6116c3adf
commit
d0c0069c93
1 changed files with 1 additions and 0 deletions
1
.emacs.d/init.d/tramp-remote-sudo.el
Normal file
1
.emacs.d/init.d/tramp-remote-sudo.el
Normal file
|
@ -0,0 +1 @@
|
|||
(set-default 'tramp-default-proxies-alist (quote ((".*" "\\`root\\'" "/ssh:%h:"))))
|
Loading…
Reference in a new issue