https://bugzilla.mindrot.org/show_bug.cgi?id=3562
Bug ID: 3562
Summary: make SSH_ASKPASS and SSH_ASKPASS_REQUIRE available as
config options
Product: Portable OpenSSH
Version: 9.3p1
Hardware: Other
OS: All
https://bugzilla.mindrot.org/show_bug.cgi?id=3439
--- Comment #4 from tar.ancalime.nume...@gmail.com ---
Hey Darren.
Just one question on this:
In both cases, the prompt with password and the prefix with
keyboard-interactive, are these generated by the ssh client?
Cause if e.g. the server could
https://bugzilla.mindrot.org/show_bug.cgi?id=3438
--- Comment #3 from Christoph Anton Mitterer ---
Shall I provide a patch that adds a line like:
"If the same variable is give multiple times, only it's first
occurrence is considered."
to SetEnv / SendEnv?
However, for SendEnv it would be intere
https://bugzilla.mindrot.org/show_bug.cgi?id=3449
--- Comment #3 from Christoph Anton Mitterer ---
Thinking of it again:
A ~ in the remote path would IMO *only* make sense to be expanded in
the remote context (or not at all, if that's not possible).
Cause the remote path if course to be taken w
https://bugzilla.mindrot.org/show_bug.cgi?id=3456
--- Comment #6 from Christoph Anton Mitterer ---
Thanks Daimen... but still not particularly "user-friendly" in the
sense that one still has to write a special command (2x ssh with
special options) and cannot simply "ssh host" as usual.
Wouldn't