Displaying 1 result from an estimated 1 matches for "beejmacbook".
2007 Mar 02
2
[Bug 1290] sshd dies if passed host key with relative path on command line
...dBy: bugzilla.midrot.org at beej.org
the following works fine on linux:
root at ubuntu1:/test# /usr/sbin/sshd -D -h ssh_host_dsa_key -p 6789
on FreeBSD and OSX, once a client connects, the server exits.
changing the path for the host key to an absolute one allows the server
to function normally:
beejmacbook:/test beej$ /opt/local/sbin/sshd -h /test/ssh_host_dsa_key
-D -ddd -p 6789
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.