0

I am using PuTTY to connect to a Lunix machine on local network via ssh and it works fine if I specify the IP address. However I cannot do it using the machine's host name.

It seems that Windows machine doesn't have the right info for that but it works fine on Mac OS and Blink (iPad ssh client). I didn't have to explicitly specify hostname on the client machines and I do not want to do it on Windows because the Linux server address is not static.

I am running Manjaro Minimal OS on Raspberry Pi as a Linux server.

  • Is it only PuTTY that you have tested this with? Maybe try ping hostname or something similar in Windows? – Paul Nov 13 '21 at 21:56
  • Questions on Server Fault must be about managing information technology systems in a business environment. Home and end-user computing questions may be asked on Super User. See https://serverfault.com/help/on-topic – digijay Nov 13 '21 at 22:16

1 Answers1

1

This is most likely the lack of mDNS resolver in Windows, though I believe that is slowly improving.

The following Stack Overflow question and answer implies that it depends which APIs the app making the request is using and possibly if it's 64bit vs 32bit

hardillb
  • 1,552
  • 2
  • 12
  • 23