# Enable new SSH key for login

On the local computer:

```
ssh-copy-id -i ~/.ssh/<KEY_NAME>.pub <USERNAME>@<REMOTE>
```