meshpi icon indicating copy to clipboard operation
meshpi copied to clipboard

meshpi.local not working with ssh

Open luandro opened this issue 7 years ago • 3 comments

When trying to ssh into the machine the mDNS address meshpi.local doesn't work.

Ex.: ssh [email protected]

luandro avatar Mar 31 '18 14:03 luandro

you need avahi installed and up and running that mDNS is working.

MaStr avatar Mar 31 '18 15:03 MaStr

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?

luandro avatar Mar 31 '18 15:03 luandro

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.

MaStr avatar Mar 31 '18 16:03 MaStr