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

2023-12-01 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #18 from openssh bugs --- (In reply to Damien Miller from comment #15) > Created attachment 3756 [details] > Instrumented sshkey.c again > > I still don't understand what is going wrong, sorry. Please give > this a try. Any more

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

2023-11-17 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #17 from openssh bugs --- (In reply to Damien Miller from comment #15) > Created attachment 3756 [details] > Instrumented sshkey.c again > > I still don't understand what is going wrong, sorry. Please give > this a try. That is

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

2023-11-17 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 openssh bugs changed: What|Removed |Added Attachment #3754|0 |1 is obsolete|

[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 3627] openssh 9.4p1 does not see RSA keys in know_hosts file.

2023-11-09 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #13 from openssh bugs --- (In reply to Damien Miller from comment #11) > Created attachment 3751 [details] > Instrumented ssh-rsa.c file > > Please also replace ssh-rsa.c with this file that adds some more > debugging. I have

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

2023-11-09 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 openssh bugs changed: What|Removed |Added Attachment #3739|0 |1 is obsolete|

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

2023-11-02 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #11 from Damien Miller --- Created attachment 3751 --> https://bugzilla.mindrot.org/attachment.cgi?id=3751=edit Instrumented ssh-rsa.c file Please also replace ssh-rsa.c with this file that adds some more debugging. -- You are

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

2023-11-02 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #10 from Damien Miller --- Created attachment 3750 --> https://bugzilla.mindrot.org/attachment.cgi?id=3750=edit instrumented sshkey.c > debug3: hostfile_read_key: sshkey_read /export/home/user/.ssh/known_hosts:2: > invalid format

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

2023-11-02 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #9 from openssh bugs --- (In reply to openssh bugs from comment #6) > (In reply to Darren Tucker from comment #5) > > (In reply to openssh bugs from comment #4) > > [...] > > > This is a solaris sparc machine so I can not apply the

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

2023-10-27 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #8 from openssh bugs --- After putting in the updated hostfile.c and hostfile.h and compiling I ran the test again. < user_lamborghini ~/.ssh: > ssh -V OpenSSH_9.4p1, OpenSSL 3.1.2 1 Aug 2023 < user_lamborghini ~/.ssh: > ls -l

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

2023-10-27 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 openssh bugs changed: What|Removed |Added Attachment #3738|0 |1 is obsolete|

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

2023-10-16 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #6 from openssh bugs --- (In reply to Darren Tucker from comment #5) > (In reply to openssh bugs from comment #4) > [...] > > This is a solaris sparc machine so I can not apply the "patch" as > > you suggested. > > > > diff: illegal

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

2023-10-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #5 from Darren Tucker --- (In reply to openssh bugs from comment #4) [...] > This is a solaris sparc machine so I can not apply the "patch" as > you suggested. > > diff: illegal option -- git If you need to do this in future you can

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

2023-10-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #4 from openssh bugs --- (In reply to Damien Miller from comment #1) > Created attachment 3739 [details] > additional debuigging for known_hosts > > Please try applying this patch and running ssh in debug mode again. > The patch adds

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

2023-10-13 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 --- Comment #3 from openssh bugs --- (In reply to Darren Tucker from comment #2) > A long shot but does your OpenSSL build pass its self-tests? ("cd > openssl && make tests"). make test 99-test_fuzz_x509.t ok All tests

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

2023-10-10 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 Darren Tucker changed: What|Removed |Added CC||dtuc...@dtucker.net --- Comment #2 from

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

2023-10-10 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3627 Damien Miller changed: What|Removed |Added CC||d...@mindrot.org --- Comment #1 from