I am having the exact reverse of the problem described here:Cannot SSH to Raspberry Pi via WiFi only
I am able to ssh into the raspberry pi via wifi but not via ethernet. The error message returned is:
ssh: connect to host re.local port 22: Connection refused
I can ping the ip address.
What can I do to resolve the issue?
nano /etc/ssh/sshd_config
and check ifListenAddress 0.0.0.0
is maybe on your wifi ip – Joe Platano Mar 04 '15 at 11:45