| Summary: | If sshd was started without explicit pathname, it dies when restarted | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Martin Guy <martin> | ||||
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED WONTFIX | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Martin Guy
2003-11-15 09:01:32 AEDT
Created attachment 499 [details]
Patch to sshd to fix pathless-restart trap
no, i don't think this will change. the current behaviour is documented, and your change will cause sshd to restart the first sshd from the $PATH. this is not really predictable behaviour.
sshd rereads its configuration file when it receives a hangup signal,
SIGHUP, by executing itself with the name it was started as, i.e.,
/usr/sbin/sshd.
Mass change of RESOLVED bugs to CLOSED |