meshpi
meshpi copied to clipboard
meshpi.local not working with ssh
When trying to ssh into the machine the mDNS address meshpi.local doesn't work.
Ex.: ssh [email protected]
you need avahi installed and up and running that mDNS is working.
I checked to see by using service avahi-daemon status and it's running:
Mar 31 15:32:00 meshpi avahi-daemon[368]: Server startup complete. Host name is meshpi.local. Local service cookie is 1096616976.
Still ssh [email protected] doesn't work. Could the problem come from my mac?
I don’t know. The hostname of the running RPi is meshpi? Try to use the avahi CLI tools like avahi-browse to get some information about the broadcasted information.
On 31. Mar 2018, at 17:44, Luandro [email protected] wrote:
I checked to see by using service avahi-daemon status and it's running:
Mar 31 15:32:00 meshpi avahi-daemon[368]: Server startup complete. Host name is meshpi.local. Local service cookie is 1096616976.
Still ssh [email protected] doesn't work. Could the problem come from my mac?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.