[Bug 1290] sshd dies if passed host key with relative path on command	line
    bugzilla-daemon at mindrot.org 
    bugzilla-daemon at mindrot.org
       
    Fri Mar  2 11:25:51 EST 2007
    
    
  
http://bugzilla.mindrot.org/show_bug.cgi?id=1290
           Summary: sshd dies if passed host key with relative path on
                    command line
           Product: Portable OpenSSH
           Version: 4.5p1
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: sshd
        AssignedTo: bitbucket at mindrot.org
        ReportedBy: 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.
    
    
More information about the openssh-bugs
mailing list