From 05570f0002a6bcecf2b72ea3f22d6653e00a45a6 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 5 Feb 2016 18:57:35 +0100 Subject: Minor cleanup for Tramp "doas". * doc/misc/tramp.texi (Inline methods): Add "doas" method. * etc/NEWS: Add Tramp connection method "doas". * lisp/net/tramp-sh.el (tramp-methods) : Add `tramp-remote-shell-args'. --- doc/misc/tramp.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 16ff76b887d..294a3a9ecdf 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -590,6 +590,12 @@ the host returned by the function @command{(system-name)}. See Similar to @option{su} method, @option{sudo} uses @command{sudo}. @command{sudo} must have sufficient rights to start a shell. +@item @option{doas} +@cindex method doas +@cindex doas method + +This method is used on OpenBSD like the @command{sudo} command. + @item @option{sg} @cindex method sg @cindex sg method -- cgit v1.2.1