aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/tramp.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 5ce41091048..7b3a4808a45 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -852,12 +852,20 @@ as the @option{rsh} method.
852@cindex method @option{su} 852@cindex method @option{su}
853@cindex @option{su} method 853@cindex @option{su} method
854@item @option{su} 854@item @option{su}
855@cindex method @option{surs}
856@cindex @option{surs} method
857@item @option{surs}
855 858
856Instead of connecting to a remote host, @command{su} program allows 859Instead of connecting to a remote host, @command{su} program allows
857editing as another user. The host can be either @samp{localhost} or 860editing as another user. The host can be either @samp{localhost} or
858the host returned by the function @command{(system-name)}. 861the host returned by the function @command{(system-name)}.
859@xref{Multi-hops}, for an exception to this behavior. 862@xref{Multi-hops}, for an exception to this behavior.
860 863
864Method @option{surs} is the same like method @option{su}, but it uses
865the modern @command{su-rs} program. It can be used instead wherever
866method @option{su} is mentioned in this manual. @option{surs} is an
867optional method, @pxref{Optional methods}.
868
861@cindex method @option{androidsu} 869@cindex method @option{androidsu}
862@cindex @option{androidsu} method 870@cindex @option{androidsu} method
863@item @option{androidsu} 871@item @option{androidsu}
@@ -876,6 +884,9 @@ default on @code{android} systems only.
876@cindex method @option{sudo} 884@cindex method @option{sudo}
877@cindex @option{sudo} method 885@cindex @option{sudo} method
878@item @option{sudo} 886@item @option{sudo}
887@cindex method @option{sudors}
888@cindex @option{sudors} method
889@item @option{sudors}
879 890
880Similar to @option{su} method, @option{sudo} uses @command{sudo}. 891Similar to @option{su} method, @option{sudo} uses @command{sudo}.
881@command{sudo} must have sufficient rights to start a shell. 892@command{sudo} must have sufficient rights to start a shell.
@@ -884,6 +895,11 @@ For security reasons, a @option{sudo} connection is disabled after a
884predefined timeout (5 minutes by default). This can be changed, 895predefined timeout (5 minutes by default). This can be changed,
885@pxref{Predefined connection information}. 896@pxref{Predefined connection information}.
886 897
898Method @option{sudors} is the same like method @option{sudo}, but it
899uses the modern @command{sudo-rs} program. It can be used instead
900wherever method @option{sudo} is mentioned in this manual.
901@option{sudors} is an optional method, @pxref{Optional methods}.
902
887@cindex method @option{doas} 903@cindex method @option{doas}
888@cindex @option{doas} method 904@cindex @option{doas} method
889@item @option{doas} 905@item @option{doas}