| Summary: | Connection refused occurs under OpenSolaris | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | mvolaski |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | CC: | djm |
| Priority: | P2 | ||
| Version: | 5.3p1 | ||
| Hardware: | amd64 | ||
| OS: | Solaris | ||
|
Description
mvolaski
2010-01-31 08:27:53 AEDT
OpenSolaris is snv_130. Its ssh is sshd version Sun_SSH_1.5. (In reply to comment #0) > ListenAddress :: This is your problem. You have instructed sshd to listen on the IPv6 wildcard address only. Add: ListenAddress 0.0.0.0 or comment out your ListenAddress entirely, restart sshd and it should work. Mass move of bugs RESOLVED->CLOSED following the release of openssh-5.5p1 |