aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Albinus2025-02-14 15:21:30 +0100
committerMichael Albinus2025-02-14 15:21:30 +0100
commit9ded6fd73e929977a38d4c644aa4e9fe66e76e90 (patch)
tree66a3f83a02c16574c74205e50d1ed58b8861c9a1 /doc
parent608113628c2750b09b925b17c96a29b2dc9abc37 (diff)
downloademacs-9ded6fd73e929977a38d4c644aa4e9fe66e76e90.tar.gz
emacs-9ded6fd73e929977a38d4c644aa4e9fe66e76e90.zip
Adapt PuTTY integration into Tramp
* doc/misc/tramp.texi (Inline methods, External methods): PuTTY must be at least version 0.82. * lisp/net/tramp-cache.el (with-tramp-saved-connection-property) (with-tramp-saved-connection-properties): Add traces. * lisp/net/tramp-sh.el (tramp-methods) <plink, plinkx, pscp, psftp>: Adapt `tramp-login-args' and `tramp-copy-args' arguments. (Bug#75746)
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/tramp.texi10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 86ffba29744..ac0bb63335c 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -955,9 +955,10 @@ This is another method from the Kerberos suite. It behaves like
955@cindex @option{plink} method 955@cindex @option{plink} method
956@item @option{plink} 956@item @option{plink}
957 957
958@option{plink} method is for MS Windows users with the PuTTY 958@option{plink} method is for MS Windows users with the
959implementation of SSH@. It uses @samp{plink -ssh} to log in to the 959PuTTY@footnote{It requires at least PuTTY 0.82.} implementation of
960remote host. It supports changing the remote login shell @command{/bin/sh}. 960SSH@. It uses @samp{plink -ssh} to log in to the remote host. It
961supports changing the remote login shell @command{/bin/sh}.
961 962
962Check the @samp{Share SSH connections if possible} control for that 963Check the @samp{Share SSH connections if possible} control for that
963session. 964session.
@@ -1190,7 +1191,8 @@ This method supports the @samp{-p} argument.
1190These methods are similar to @option{scp} or @option{sftp}, but they 1191These methods are similar to @option{scp} or @option{sftp}, but they
1191use the @command{plink} command to connect to the remote host, and 1192use the @command{plink} command to connect to the remote host, and
1192they use @command{pscp} or @command{psftp} for transferring the files. 1193they use @command{pscp} or @command{psftp} for transferring the files.
1193These programs are part of PuTTY, an SSH implementation for MS Windows. 1194These programs are part of PuTTY@footnote{It requires at least PuTTY
11950.82.}, an SSH implementation for MS Windows.
1194 1196
1195They support changing the remote login shell @command{/bin/sh}. 1197They support changing the remote login shell @command{/bin/sh}.
1196 1198