Problem:
- Code: Select all
$ ssh foo
ssh: Could not resolve hostname foo: Name or service not known
However this works perfectly fine:
- Code: Select all
$ ssh foo.example.com
Expected Behavior:
Typing ssh foo while on the example.com network, system should know that foo resides on the same network and shouldn't require me to type in the example.com. My MATE install knows I'm on the same network and can properly resolve foo to foo.example.com, ex: ping foo will ping foo.example.com.
I've done lots of searching yet haven't found anything. Also asked on both #linuxmint-help and #kde with no success/replies.

