When I try to SSH to a host on the network named storage
, I get a DNS resolution failure:
$ ssh storage
ssh: Could not resolve hostname storage: Name or service not known
But when I query DNS with host, it works
$ host storage
storage has address 192.168.20.103
How is it that host
can find the IP but ssh
cannot?