https://bugzilla.mindrot.org/show_bug.cgi?id=3118
--- Comment #3 from Henry Zhang <[email protected]> --- @Darren Tucker, thanks for the reminder. Actually these rpm build by myself. Today I also tried build by source code. We still have the same issue. # yum install wget gcc openssl-devel pam-devel rpm-build tcp_wrappers-devel -y # wget -P /usr/src/ https://openbsd.hk/pub/OpenBSD/OpenSSH/portable/openssh-8.1p1.tar.gz cd /usr/src/ # tar xf openssh-8.1p1.tar.gz # cd openssh-8.1p1 # ./configure --prefix=/usr --sysconfdir=/etc/ssh --with-pam --with-zlib --with-md5-passwords --with-tcp-wrappers # make # make install # cp contrib/redhat/sshd.init /etc/init.d/sshd # echo "PasswordAuthentication yes" >> /etc/ssh/sshd_config # chkconfig --add sshd # chkconfig sshd on # service sshd restart git:(master) ✗ ssh 10.244.164.208 -v OpenSSH_8.1p1, OpenSSL 1.1.1d 10 Sep 2019 debug1: Reading configuration data /Users/haifeng.zhang/.ssh/config debug1: /Users/haifeng.zhang/.ssh/config line 120: Applying options for 10.244.16* debug1: Reading configuration data /usr/local/etc/ssh/ssh_config debug1: Executing proxy command: exec ssh -W 10.244.164.208:22 bastion_oed_qas debug1: identity file /Users/haifeng.zhang/.ssh/AlignAdmins.pem type -1 debug1: identity file /Users/haifeng.zhang/.ssh/AlignAdmins.pem-cert type -1 debug1: Local version string SSH-2.0-OpenSSH_8.1 channel 0: open failed: connect failed: open failed stdio forwarding failed kex_exchange_identification: Connection closed by remote host [centos@ip-10-244-160-105 ~]$ openssl version OpenSSL 1.0.2k-fips 26 Jan 2017 [centos@ip-10-244-160-105 ~]$ rpm -qa|grep zlib zlib-devel-1.2.7-18.el7.x86_64 zlib-1.2.7-18.el7.i686 zlib-1.2.7-18.el7.x86_64 -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
