> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/pentesting/errors-and-solutions/ssh-key.md).

# 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
```
