Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-28 Thread Horshack ‪‬
is in the interface between DCACHE and the processor rather than errant fetch of a line into DCACHE from memory (otherwise the entire DCACHE line would hold corrupt data). You can see a sample of the failure output here: https://github.com/horshack-dpreview/ipq8065-sqrbug/blob/master

Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-24 Thread Horshack ‪‬
after the failure - if they were different I restarted the test and kept looping until a failure happened in which the ctx switch counts were the same. From: dropbear-bounces+horshack=live@ucc.asn.au on behalf of Sebastian Gottschall Sent: Tuesday, March

SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-18 Thread Horshack ??
Hi, I have a strange issue on my Netgear X4S R7800. Running either DD-WRT or OpenWrt, approximately 30-70% of my SSH login attempts fail. For OpenSSH clients the error reported is "error in libcrypto". For the PuTTY client the error is more descriptive - "Signature from server's host key is

Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-19 Thread Horshack ‪‬
generated or transformed by that logic. Crypto is well outside my core competency so it'll be slow-going. From: Matt Johnston Sent: Thursday, March 19, 2020 7:04 AM To: Horshack ‪‬ Cc: dropbear@ucc.asn.au Subject: Re: SSH key exchange fails 30-70% of the time

Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-20 Thread Horshack ‪‬
t set up for the server-side/openwrt. I also plan to look at the RSA blinding logic in buf_put_rsa_sign(). Considering the intermittency of the issue I'm thinking the issue has some correlation or dependency to the random data generated or transformed by that logic. Crypto is well outside my core com

Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-24 Thread Horshack ‪‬
- if anyone on this mailing list has this model router can you give it a try if possible? You only need the ipq8065-sqrbug (binary) and run-ipq8065-sqrbug.sh (script). Here's the link to the repository: https://github.com/horshack-dpreview/ipq8065-sqrbug From

SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-24 Thread Horshack ??
Hi, I have a strange issue on my Netgear X4S R7800. Running either DD-WRT or OpenWrt, approximately 30-70% of my SSH login attempts fail. For OpenSSH clients the error reported is "error in libcrypto". For the PuTTY client the error is more descriptive - "Signature from server's host key is

Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-24 Thread Horshack ‪‬
from 0xc09008dc with crng_init=0 [0.00] percpu: Embedded 15 pages/cpu s29388 r8192 d23860 u61440 From: Matt Johnston Sent: Friday, March 20, 2020 3:50 AM To: Horshack ‪‬ Subject: Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800 Hi, That's

Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800

2020-03-24 Thread Horshack ‪‬
where and why the registers aren't being preserved. From: Horshack ‪‬ Sent: Saturday, March 21, 2020 1:11 AM To: Matt Johnston Cc: dropbear@ucc.asn.au Subject: Re: SSH key exchange fails 30-70% of the time on Netgear X4S R7800 I have one of the failure paths