https://bugzilla.mindrot.org/show_bug.cgi?id=3032
--- Comment #13 from Ole Weidner <[email protected]> --- I finally found some time to do a clean 32-bit build with openssl-1.1.1d and openssh-8.1p1. Unfortunately it yields the same issue - "Unable to load host key": [root@octane /]% file /opt/vntg32/sbin/sshd /opt/vntg32/sbin/sshd: ELF N32 MSB mips-4 dynamic executable MIPS - version 1 [root@octane /]% /opt/vntg32/sbin/sshd -ddd -t -f /opt/vntg32/etc/sshd_config debug2: load_server_config: filename /opt/vntg32/etc/sshd_config debug2: load_server_config: done config len = 202 debug2: parse_server_config: config /opt/vntg32/etc/sshd_config len 202 debug3: /opt/vntg32/etc/sshd_config:41 setting AuthorizedKeysFile .ssh/authorized_keys debug3: /opt/vntg32/etc/sshd_config:109 setting Subsystem sftp /opt/vntg32/libexec/sftp-server debug1: sshd version OpenSSH_8.1, OpenSSL 1.1.1d 10 Sep 2019 debug1: Unable to load host key: /opt/vntg32/etc/ssh_host_rsa_key debug1: Unable to load host key: /opt/vntg32/etc/ssh_host_ecdsa_key debug1: Unable to load host key: /opt/vntg32/etc/ssh_host_ed25519_key sshd: no hostkeys available -- exiting. The keys exist and I can load them with an older version (OpenSSH_6.2p1) without any problems. [root@octane /]% ls -l /opt/vntg32/etc/ total 1155 -rw-r--r-- 1 root sys 577388 Nov 30 23:28 moduli -rw-r--r-- 1 root sys 1484 Nov 30 23:28 ssh_config -rw------- 1 root sys 1381 Nov 30 23:28 ssh_host_dsa_key -rw-r--r-- 1 root sys 601 Nov 30 23:28 ssh_host_dsa_key.pub -rw------- 1 root sys 505 Nov 30 23:28 ssh_host_ecdsa_key -rw-r--r-- 1 root sys 173 Nov 30 23:28 ssh_host_ecdsa_key.pub -rw------- 1 root sys 399 Nov 30 23:28 ssh_host_ed25519_key -rw-r--r-- 1 root sys 93 Nov 30 23:28 ssh_host_ed25519_key.pub -rw------- 1 root sys 2602 Nov 30 23:28 ssh_host_rsa_key -rw-r--r-- 1 root sys 565 Nov 30 23:28 ssh_host_rsa_key.pub -rw-r--r-- 1 root sys 3191 Nov 30 23:28 sshd_config drwxr-xr-x 5 root sys 133 Nov 30 11:40 ssl -- 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
