Displaying 1 result from an estimated 1 matches for "myhostkey".
Did you mean:
hostkey
2013 Jun 10
1
SSHD relative pathing problem
...Feb 2013` on an Arch Linux
system, and I got caught out on this error for several days, and I'm not
sure if its a bug for you guys or what.
Anyway, what I noticed, was that when I specifyied a custom HostKey in the
host file or by relative path, that is:
`sshd -Dd -f myconfig`
or
`sshd -Dd -h myhostkey`
where myconfig is just:
```myconfig
HostKey myhostkey
```
It would load the key correctly, no complaints, but when attempted to
connect to the server via `ssh 127.0.0.1` (or by any other means), it would
immediately have an `ssh_exchange_identification: read: Connection reset by
peer` error; and...