We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e448e commit 24c8fd4Copy full SHA for 24c8fd4
readme.md
@@ -15,4 +15,4 @@ Due to the ancient SSH daemon on the plugs modern SSH clients will not connect.
15
line flag `-oKexAlgorithms=+diffie-hellman-group1-sha1` to allow your client to connect. An example would look
16
like:
17
18
-`ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 [email protected]`
+`ssh -oKexAlgorithms=+diffie-hellman-group1-sha1 -c 3des-cbc -oHostKeyAlgorithms=+ssh-rsa,ssh-dss [email protected]`
0 commit comments