diff options
| author | Michael Albinus | 2025-02-14 15:21:30 +0100 |
|---|---|---|
| committer | Michael Albinus | 2025-02-14 15:21:30 +0100 |
| commit | 9ded6fd73e929977a38d4c644aa4e9fe66e76e90 (patch) | |
| tree | 66a3f83a02c16574c74205e50d1ed58b8861c9a1 /doc | |
| parent | 608113628c2750b09b925b17c96a29b2dc9abc37 (diff) | |
| download | emacs-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.texi | 10 |
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 |
| 959 | implementation of SSH@. It uses @samp{plink -ssh} to log in to the | 959 | PuTTY@footnote{It requires at least PuTTY 0.82.} implementation of |
| 960 | remote host. It supports changing the remote login shell @command{/bin/sh}. | 960 | SSH@. It uses @samp{plink -ssh} to log in to the remote host. It |
| 961 | supports changing the remote login shell @command{/bin/sh}. | ||
| 961 | 962 | ||
| 962 | Check the @samp{Share SSH connections if possible} control for that | 963 | Check the @samp{Share SSH connections if possible} control for that |
| 963 | session. | 964 | session. |
| @@ -1190,7 +1191,8 @@ This method supports the @samp{-p} argument. | |||
| 1190 | These methods are similar to @option{scp} or @option{sftp}, but they | 1191 | These methods are similar to @option{scp} or @option{sftp}, but they |
| 1191 | use the @command{plink} command to connect to the remote host, and | 1192 | use the @command{plink} command to connect to the remote host, and |
| 1192 | they use @command{pscp} or @command{psftp} for transferring the files. | 1193 | they use @command{pscp} or @command{psftp} for transferring the files. |
| 1193 | These programs are part of PuTTY, an SSH implementation for MS Windows. | 1194 | These programs are part of PuTTY@footnote{It requires at least PuTTY |
| 1195 | 0.82.}, an SSH implementation for MS Windows. | ||
| 1194 | 1196 | ||
| 1195 | They support changing the remote login shell @command{/bin/sh}. | 1197 | They support changing the remote login shell @command{/bin/sh}. |
| 1196 | 1198 | ||