diff options
author | spamcop <spamcop@users.noreply.github.com> | 2024-04-05 01:26:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 01:26:55 +0200 |
commit | 276ec0d831ddbb3bbc253a69dc8db3df9d012c54 (patch) | |
tree | 48483b1248a40946accd0db0f880c94d46afb327 /_ont | |
parent | Update ont-odi-realtek-dfp-34x-2c2.md (#336) (diff) | |
download | hack-gpon.github.io-276ec0d831ddbb3bbc253a69dc8db3df9d012c54.tar hack-gpon.github.io-276ec0d831ddbb3bbc253a69dc8db3df9d012c54.tar.gz hack-gpon.github.io-276ec0d831ddbb3bbc253a69dc8db3df9d012c54.tar.bz2 hack-gpon.github.io-276ec0d831ddbb3bbc253a69dc8db3df9d012c54.tar.lz hack-gpon.github.io-276ec0d831ddbb3bbc253a69dc8db3df9d012c54.tar.xz hack-gpon.github.io-276ec0d831ddbb3bbc253a69dc8db3df9d012c54.tar.zst hack-gpon.github.io-276ec0d831ddbb3bbc253a69dc8db3df9d012c54.zip |
Diffstat (limited to '_ont')
-rw-r--r-- | _ont/ont-odi-realtek-dfp-34g-2c2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_ont/ont-odi-realtek-dfp-34g-2c2.md b/_ont/ont-odi-realtek-dfp-34g-2c2.md index 0bbf069..0dbacd1 100644 --- a/_ont/ont-odi-realtek-dfp-34g-2c2.md +++ b/_ont/ont-odi-realtek-dfp-34g-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 -oHostKeyAlgorithms=ssh-rsa admin@192.168.1.1 ``` {% include image.html file="realtek-dfp-34g-2c2.jpg" alt="ODI Realtek DFP-34X-C2C" caption="ODI Realtek DFP-34X-C2C" %} |