No issue on my side. I would agree it is likely network related (and firewall at that).
Firewall is enabled but allows port 22/SSH on my Mac
Having the same issue with my boss, Recon 9.2 is not able to connect to his MBA running 10.9, but he sent me confirmation the SSH is running. He does not have firewall on -
dhcp-10-14-70-249:~ esantelices$ netstat -an | grep 22 | grep LISTEN
tcp4 0 0 *.22 *.* LISTEN
tcp6 0 0 *.22 *.* LISTEN
I'm getting the same results in the terminal -
Last login: Thu Nov 7 11:24:47 on console
mbp153F1G3:~ charris$ netstat -an | grep 22 | grep LISTEN
tcp6 0 0 *.22 *.* LISTEN
tcp4 0 0 *.22 *.* LISTEN
mbp153F1G3:~ charris$
works for me and has since seed1
I have one machine with mavericks that is exhibiting this behavior
Thanks everyone! I took the ultimate step and reinstalled Mavericks this morning. Recon 9.2 connected to JSS without a problem even with the firewall on.
Corbin
I ran into this today.
For me the issue was that /var/empty wasn't owned by root for whatever reason.
In /var/log/system.log it showed
sshd[1654]: fatal: /var/empty must be owned by root and not group or world-writable.
sudo chown -R root /var/empty/
fixed it.
Chris, thanks for the fix. I had a few test 10.9 VM's exhibit this behavior.
Thanks for the fix. This helped me out of some frustration. Any ideas as to what causes this? Thanks again.
I had this issue this morning on a Sierra machine. The /var/empty folder was owned by a domain user account. changing ownership to root fixed it straight away.
This fix worked for me. I noticed this same issue on a macOS 10.13.1 (17B1003) after deleting my initial temporary administrator account using DEP enrollment.
Saw the same error message on a 10.12.6 Mac this morning that turned out to be an erroneous subnet mask. Verified that the mask that worked was proper by our network team, and updated the documentation.