mirror of
https://github.com/gregtwallace/apc-p15-tool.git
synced 2025-01-22 08:14:08 +00:00
readme: update info regarding insecure ssh ciphers
This commit is contained in:
parent
208827f636
commit
b94e17e8f3
1 changed files with 6 additions and 3 deletions
|
@ -22,9 +22,12 @@ setup) is:
|
|||
If you have problems you can post the log in an issue and I can try to fix it
|
||||
but it may be difficult without your particular hardware to test with.
|
||||
|
||||
In particular, if you are experiencing `ssh: handshake failed:` please run
|
||||
`ssh -vv myups.example.com` and include the `peer server KEXINIT proposal`
|
||||
in your issue. For example:
|
||||
In particular, if you are experiencing `ssh: handshake failed:` first try
|
||||
using the `--insecurecipher` flag. If this works, you should upgrade your
|
||||
NMC to a newer firmware which includes secure ciphers. You should NOT automate
|
||||
your environment using this flag as SSH over these ciphers is broken and
|
||||
exploitable. If this also does not work, please run `ssh -vv myups.example.com`
|
||||
and include the `peer server KEXINIT proposal` in your issue. For example:
|
||||
|
||||
```
|
||||
debug2: peer server KEXINIT proposal
|
||||
|
|
Loading…
Reference in a new issue