Slightly mad request but is it possible to enable all ciphers, HMACs, keyex & host key algos for an ssh connection?
Yes I know its insecure but I need to ensure that I can connect to a target system no matter how old and legacy its ssh set up - we have targets which are potential 10 or more years old so they only support poor crypto by modern standards. I've tried to do this before by trying to list all the supported options (I even forked the code to expose a way to query those options) but it was complex and time consuming and I just ran out of cycles to get it all done. Really what I am looking for is a way to "enable everything" Adam PS. Yes those old legacy things should be upgraded but I am not in position to make that happen. Some are embedded things which are seriously expensive to replace just because the controller is potentially "insecure"
