search for: radiatejava

Displaying 7 results from an estimated 7 matches for "radiatejava".

2024 Aug 30
1
Unable to build OpenSSH-9.8p1 with custom SSL
On Fri, 30 Aug 2024 at 09:58, radiatejava <radiatejava at gmail.com> wrote: > I am trying to build OpenSSH 9.8p1 with my SSL installed at > /opt/customssl, but it fails. It fails at the configure cmd itself. It > does not seem to be honor --with-ssl-dir=/opt/customssl option. What > could be the issue here? Assuming your...
2024 Aug 29
1
Unable to build OpenSSH-9.8p1 with custom SSL
Hello team I am trying to build OpenSSH 9.8p1 with my SSL installed at /opt/customssl, but it fails. It fails at the configure cmd itself. It does not seem to be honor --with-ssl-dir=/opt/customssl option. What could be the issue here? $ ./configure --with-pam --with-ssl-dir=/opt/customssl <<some output removed>> checking for openssl... /usr/bin/openssl checking for
2024 Sep 03
1
Default libexec dir
On Mon, 2 Sep 2024, radiatejava wrote: > I know that I can use --libexec=dir arg when running configure for > openssh code. However, on my ubuntu OS, it seems sshd is using > /usr/local/libexec as the default libexec dir when I do not provide > --libexec=dir during the configure cmd. Can it not use the default > /...
2024 Jul 28
1
SSH time increased significantly after upgrade to OpenSSH 9.6p1
On Sun, 28 Jul 2024 at 22:34, radiatejava <radiatejava at gmail.com> wrote: > We upgraded sshd in our product from OpenSSH 8.6 to OpenSSH 9,.6. > After the upgrade, clients are seeing significant increase in time to > do ssh to the listener. Normally, a single ssh does not matter much > but some of our workflows involve a...
2024 Jul 28
1
SSH time increased significantly after upgrade to OpenSSH 9.6p1
Team, We upgraded sshd in our product from OpenSSH 8.6 to OpenSSH 9,.6. After the upgrade, clients are seeing significant increase in time to do ssh to the listener. Normally, a single ssh does not matter much but some of our workflows involve about 3000 to 4000 ssh connect and close and this is hitting us hard, I enabled logging on the server side. I see the most of the increase is here in
2024 Sep 03
1
Default libexec dir
I know that I can use --libexec=dir arg when running configure for openssh code. However, on my ubuntu OS, it seems sshd is using /usr/local/libexec as the default libexec dir when I do not provide --libexec=dir during the configure cmd. Can it not use the default /usr/libexec dir instead?
2024 Apr 22
0
OpenSSH 9.6 client is stuck
I am trying to run ssh to a server continuously and quickly. Out of about 10-12 times of good run or result, once the client gets stuck. It does not connect. This we are observing after upgrading both the server and client to OpenSSL 9.6p1. We are running this cmd on the client side: ssh -vvv -p 1022 -o UserKnownHostsFile=/dev/null -o GSSAPIAuthentication=no -o StrictHostKeyChecking=no -o