Displaying 2 results from an estimated 2 matches for "ohostkey".
Did you mean:
hostkey
2020 Oct 02
4
[Bug 3219] New: Can't connect to a server that is using several host keys of the same type
...sa-sha2-nistp256 keys). But in the latter case, I
couldn't
connect using any key except the first one that was specified in
configuration.
To reproduce, run
$ rm ~/.ssh/known_hosts
$ cd /etc/ssh/
$ ssh-keygen -t rsa -f ssh_host_rsa_key_2
$ `which sshd` -ddd -p 23 \
-oHostKey=/etc/ssh/ssh_host_rsa_key \
-oHostKey=/etc/ssh/ssh_host_rsa_key_2
Note that both keys are loaded:
debug1: private host key #0: ssh-rsa
SHA256:xlqcusIXWGVZHjhv4HCW8mE5UfJi/rv6feiIL5sL9kE
debug1: private host key #1: ssh-rsa
SHA256:HkcubZ7yV//gGxmHhOnB72gdy0nWnlNkkgBkwMHS9t4
Als...
2015 Jan 09
12
[Bug 2335] New: Config parser accepts ip/port in ListenAddress and PermitOpen
https://bugzilla.mindrot.org/show_bug.cgi?id=2335
Bug ID: 2335
Summary: Config parser accepts ip/port in ListenAddress and
PermitOpen
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd