Skip to content

Commit 2397642

Browse files
authored
Update ont-odi-realtek-dfp-34x-2c2.md (#336)
for ssh in fedora 39, you need to add also host key algo
1 parent f1ddc94 commit 2397642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_ont/ont-odi-realtek-dfp-34x-2c2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ parent: ODI
2828
{% 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" %}
2929

3030
```shell
31-
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc admin@192.168.1.1
31+
ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc -o HostKeyAlgorithms=ssh-rsa admin@192.168.1.1
3232
```
3333

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

0 commit comments

Comments
 (0)