/etc/hosts.allow is set to allow any protocol from anywhere.
I can "ssh localhost" and it works.
I simply get "connection refused" from putty on another machine. Any ideas?
Will try to get a copy of the sshd_server.conf file as soon as I can find a flash disk to copy it to, but I thought someone might know what you need to set initially to permit login.
EDIT: I think I can see why it's not working now. If I telnet to the IP address of the server I'm seeing
MGE UPS SYSTEMS SNMP Web/Agent configuration menu. Enter Password:
Doh. Ok, so the IP address is assigned by DHCP, but it seems there is already a device statically assigned to that address. I'll put in a reservation and try again.
ok, sorted now. It was an ip address conflict. Windows DHCP isn't smart enough to check if there is something listening on the address before first assigning it.
-
Firewall rules? Anything in the system logs?
Routing issues? Can the host attempting to ssh ping? Should it be able to? Can it open a different tcp socket?
Matt : No firewall configured/enabled. Nothing in system logs.From Warner -
Are you trying to log in as root? FreeBSD won't allow you that by default. You'd have to change
PermitRootLogin
toYes
in /etc/ssh/sshd_config. Then restart sshd by executing/etc/rc.d/sshd restart
.Matt : I have permitrootlogin set to yes. But, it actually doesn't get that far. I don't get as far as the login prompt.From Markus
0 comments:
Post a Comment