[Bug 1709] New: Connection refused occurs under OpenSolaris
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sun Jan 31 08:27:54 EST 2010
https://bugzilla.mindrot.org/show_bug.cgi?id=1709
Summary: Connection refused occurs under OpenSolaris
Product: Portable OpenSSH
Version: 5.3p1
Platform: amd64
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: mvolaski at aecom.yu.edu
The following config
Protocol 2
Port 22
ListenAddress ::
AllowTcpForwarding no
GatewayPorts no
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
PrintMotd no
KeepAlive yes
LogLevel info
HostKey /etc/ssh/ssh_host_rsa_key
ServerKeyBits 768
KeyRegenerationInterval 3600
StrictModes yes
MaxAuthTries 6
#MaxAuthTriesLog 3
PermitEmptyPasswords no
PasswordAuthentication yes
PermitRootLogin yes
Subsystem sftp /usr/lib/ssh/sftp-server
IgnoreRhosts no
RhostsRSAAuthentication no
IgnoreUserKnownHosts yes
RSAAuthentication no
PubkeyAuthentication yes
HostbasedAuthentication yes
results in Connection refused on trying to connect.
server
debug1: sshd version OpenSSH_5.3p1
debug3: Not a RSA1 key file /etc/ssh/ssh_host_rsa_key.
debug1: read PEM private key done: type RSA
debug1: private host key: #0 type 1 RSA
debug1: rexec_argv[0]='/config/utilities/sshd/sshd'
debug1: rexec_argv[1]='-ddd'
debug2: fd 4 setting O_NONBLOCK
debug1: Bind to port 22 on ::.
Server listening on :: port 22.
client
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to thecratedoor [192.168.1.39] port 22.
debug1: connect to address 192.168.1.39 port 22: Connection refused
The sshd provided with OpenSolaris does not have this problem when
using the identical configuration.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list