ssh - Why isn't it trying my private key? [closed]

Solution 1:

Your ssh client is definitely presenting your RSA key to the remote ssh:

debug1: Offering RSA public key: /home/martin/.ssh/id_rsa
debug1: Authentications that can continue: publickey

But for some reason the remote server declines it. The reason can be determining by reviewing it's logs, regardless of what you think about it.