I just added the ~/.ssh/config file on client side:
Host pidoos
HostName 192.168.2.223
User pi
IdentityFile ~/.ssh/id_rsa
Same result.
The /etc/ssh/ssh_config is only relevant on the server side, right? Well, here it is.
I just added the ~/.ssh/config file on client side:
Host pidoos
HostName 192.168.2.223
User pi
IdentityFile ~/.ssh/id_rsa
Same result.
The /etc/ssh/ssh_config is only relevant on the server side, right? Well, here it is.