[-- text/plain, size 1.3K, charset UTF-8, 43 lines, encoding 8bit --]
On 7/6/26 00:19, Chris Green wrote:
...
'host isbd.biz' returns the correct IP address for isbd.biz so why
does ssh not work using the name rather than the IP address?
Check your ssh client config file (should be at /home/chris/.ssh/config)
You probably didn't setup it for the host isbd.biz, or didn't put the
IdentityFile directive correctly.
The host entry in your case should look like this:
Host isbd.biz
HostName isbd.biz
Port 22
User chris
IdentityFile ~/.ssh/my-ssh-key-for-isbd-biz.key