[Bug 3474] ssh_config can escape double quotes with a backslash

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3474 --- Comment #7 from Damien Miller --- Created attachment 3758 --> https://bugzilla.mindrot.org/attachment.cgi?id=3758=edit Make Match keywords in ssh_config and sshd_config use argv rather than strdelim This changes the argument splitting of

[Bug 2966] scp client-side filename matching problems

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2966 --- Comment #10 from Senku <197r1a0...@gmail.com> --- It's a Windows client I have attached the error trace. The file I'm trying to fetch is "template_nt64.log", for copying from the TeamCity Agent machine to the remote VM I'm not getting any

[Bug 2966] scp client-side filename matching problems

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2966 --- Comment #9 from Senku <197r1a0...@gmail.com> --- Created attachment 3757 --> https://bugzilla.mindrot.org/attachment.cgi?id=3757=edit Error Trace Error Trace -- You are receiving this mail because: You are watching the assignee of the

[Bug 2966] scp client-side filename matching problems

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2966 --- Comment #8 from Damien Miller --- Is your client Windows or Unix? Could you attach a debug trace? If you're able to compile and use openssh git HEAD then there are were some extra diagnostics added in

[Bug 3627] openssh 9.4p1 does not see RSA keys in know_hosts file.

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 Damien Miller changed: What|Removed |Added Attachment #3750|0 |1 is obsolete|

[Bug 2966] scp client-side filename matching problems

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2966 Senku <197r1a0...@gmail.com> changed: What|Removed |Added CC||197r1a0...@gmail.com

[Bug 2217] Allow using _ssh SVCB records

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2217 --- Comment #4 from Jeremy Saklad --- I agree that SVCB is the way to go in the future. One nuance: in keeping with , I think SSHFP records should be requested for the target server,

[Bug 2217] Allow using _ssh SVCB records

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2217 --- Comment #3 from chr...@fsfe.org --- With the advent of RFC9460, I've updated the title (sorry for the double edit) to using SVCB records instead of SRV. While the essence stays the same, SVCB records are described better, especially with

[Bug 2217] Allow using _ssh SVCB records

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=2217 chr...@fsfe.org changed: What|Removed |Added Summary|allow using _ssh._tcp SRV |Allow using _ssh SVCB

[Bug 3474] ssh_config can escape double quotes with a backslash

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3474 --- Comment #6 from NIWA Naoya --- Excuse me, I forgot to write an important explanation. I'm encountering this problem with "exec" parameter in "Match" statement. This implementation uses "strdelim" and cannot escape double quotes. -- You are

[Bug 3474] ssh_config can escape double quotes with a backslash

2023-11-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3474 NIWA Naoya changed: What|Removed |Added CC||mine@mine02c4.nagoya --- Comment #5 from