# SSH Key

### Error:

```
SSH returns: no matching host key type found. Their offer: ssh-dss
```

### Solution:

```
ssh -oHostKeyAlgorithms=+ssh-dss root@192.168.8.109
```
