simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu Dec 30 11:56:51 GMT 2021
TL;DR:
4d1b1258 SSH proxying: use CONF_proxy_password if available.
f9d05573 Update proxy documentation.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2021-12-30 11:56:51
commit 4d1b125885e469e41c78772bb493f68f66199324
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=4d1b125885e469e41c78772bb493f68f66199324;hp=b94bdac931bbe8f66b32595dea8daec63f286a21
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Dec 30 11:47:58 2021 +0000
SSH proxying: use CONF_proxy_password if available.
I was just writing the documentation for the new proxy type, which
caused me to realise that the thing I obviously wanted to write in the
documentation was not actually true. Let's make it true, and then I
can document it!
proxy/sshproxy.c | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
commit f9d0557330f985ff23dbe5b8e014dc22cecbf13e
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=f9d0557330f985ff23dbe5b8e014dc22cecbf13e;hp=4d1b125885e469e41c78772bb493f68f66199324
Author: Simon Tatham <anakin at pobox.com>
Date: Thu Dec 30 11:49:35 2021 +0000
Update proxy documentation.
This update covers several recently added features: SSH proxying, HTTP
Digest proxy auth, and interactive prompting for proxy auth in general.
Also, downplayed the use of 'plink -nc' as a Local-type proxy command.
It still works, but it's no longer the recommended way of tunnelling
SSH over SSH, so there's no need to explain it quite so
enthusiastically.
doc/config.but | 34 ++++++++++++++++++++++++++--------
doc/index.but | 7 +++++--
doc/using.but | 22 +++++++++++++---------
3 files changed, 44 insertions(+), 19 deletions(-)
More information about the tartarus-commits
mailing list