diff options
author | spamcop <spamcop@users.noreply.github.com> | 2024-04-05 00:47:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 00:47:06 +0200 |
commit | 2397642b9f9a53b703bf782aee57cdd159cdd4c2 (patch) | |
tree | d34a21bba91e64ed2377984721aef4ce6317745a /_ont/ont-odi-realtek-dfp-34x-2c2.md | |
parent | Add ethtool EEPROM parser (#326) (diff) | |
download | hack-gpon.github.io-2397642b9f9a53b703bf782aee57cdd159cdd4c2.tar hack-gpon.github.io-2397642b9f9a53b703bf782aee57cdd159cdd4c2.tar.gz hack-gpon.github.io-2397642b9f9a53b703bf782aee57cdd159cdd4c2.tar.bz2 hack-gpon.github.io-2397642b9f9a53b703bf782aee57cdd159cdd4c2.tar.lz hack-gpon.github.io-2397642b9f9a53b703bf782aee57cdd159cdd4c2.tar.xz hack-gpon.github.io-2397642b9f9a53b703bf782aee57cdd159cdd4c2.tar.zst hack-gpon.github.io-2397642b9f9a53b703bf782aee57cdd159cdd4c2.zip |
Diffstat (limited to '_ont/ont-odi-realtek-dfp-34x-2c2.md')
-rw-r--r-- | _ont/ont-odi-realtek-dfp-34x-2c2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_ont/ont-odi-realtek-dfp-34x-2c2.md b/_ont/ont-odi-realtek-dfp-34x-2c2.md index 0c194a2..039e42c 100644 --- a/_ont/ont-odi-realtek-dfp-34x-2c2.md +++ b/_ont/ont-odi-realtek-dfp-34x-2c2.md @@ -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 admin@192.168.1.1 +ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -oCiphers=+3des-cbc -o HostKeyAlgorithms=ssh-rsa admin@192.168.1.1 ``` {% include image.html file="realtek-dfp-34x-2c2.jpg" alt="ODI Realtek DFP-34X-C2C" caption="ODI Realtek DFP-34X-C2C" %} |