]> git.eshelyaron.com Git - emacs.git/commit
Adapt PuTTY integration into Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 14 Feb 2025 14:21:30 +0000 (15:21 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 15 Feb 2025 19:30:28 +0000 (20:30 +0100)
commit385489d481e28c520018d66e6f0575076ea98f82
tree42de4d84660a7a4e7e221549df82a4ae84c5af92
parent2b5a19e805964059de8bcda83731d2941ccbfc68
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)

(cherry picked from commit 9ded6fd73e929977a38d4c644aa4e9fe66e76e90)
doc/misc/tramp.texi
lisp/net/tramp-cache.el
lisp/net/tramp-sh.el