Hi, at level 14 I'm stuck due to "Permission denied" Does anyone know how to move on from this (see dump). "Please help me sort this out or hand me the password for next level bandit13@bandit:~$ ssh -i sshkey.private bandit14@localhost -p 2220 The authenticity of host '[localhost]:2220 ([127.0.0.1]:2220)' can't be established. ED25519 key fingerprint is: SHA256:C2ihUBV7ihnV1wUXRb4RrEcLfXC5CXlhmAAM/urerLY This key is not known by any other names. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Could not create directory '/home/bandit13/.ssh' (Permission denied). Failed to add the host to the list of known hosts (/home/bandit13/.ssh/known_hosts). _ _ _ _ | |__ __ _ _ __ __| (_) |_ | '_ \ / _` | '_ \ / _` | | __| | |_) | (_| | | | | (_| | | |_ |_.__/ \__,_|_| |_|\__,_|_|\__| This is an OverTheWire game server. More information on http://www.overthewire.org/wargames !!! You are trying to log into this SSH server with a password on port 2220 from localhost. !!! Connecting from localhost is blocked to conserve resources. !!! Please log out and log in again. backend: gibson-0 Received disconnect from 127.0.0.1 port 2220:2: no authentication methods enabled Disconnected from 127.0.0.1 port 2220 bandit13@bandit:~$" I think that this is the issue, but I'm not allowed to add that folder: "Could not create directory '/home/bandit13/.ssh' (Permission denied). Failed to add the host to the list of known hosts (/home/bandit13/.ssh/known_hosts)." bandit13@bandit:~$ ls HINT sshkey.private bandit13@bandit:~$ mkdir .ssh mkdir: Permission denied bandit13@bandit:~$