# Activating an SSH Key

```
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/server
```