Skip to content

Commit

Permalink
Update ont-odi-realtek-dfp-34x-2c2.md (#336)
Browse files Browse the repository at this point in the history
for ssh in fedora 39, you need to add also host key algo
  • Loading branch information
spamcop authored Apr 4, 2024
1 parent f1ddc94 commit 2397642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ont/ont-odi-realtek-dfp-34x-2c2.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parent: ODI
{% include alert.html content="SSH uses an outdated set of algorithms/ciphers, you can connect using the following command:" alert="Note" icon="svg-info" color="blue" %}

```shell
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc [email protected]
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc -o HostKeyAlgorithms=ssh-rsa [email protected]
```

{% include image.html file="realtek-dfp-34x-2c2.jpg" alt="ODI Realtek DFP-34X-C2C" caption="ODI Realtek DFP-34X-C2C" %}
Expand Down

0 comments on commit 2397642

Please sign in to comment.