I have a workflow in orchestrator that I've ran before that cycles through volumes and runs UNMAP commands. This has worked before, but from what I've read. ESXi 6 update 2, ssh updated and I'm guessing that broke my job from running.
Every time I run my workflow I get an error: Unable to execute command InternalError: Algorithm negotiation fail error.
I did find some KB from VMWare on this, but it was for an older version of vCO. I still tried it by adding this to my session..
session.setInfo("cipher.s2c", "aes128-cbc,aes256-cbc,3des-cbc,blowfish-cbc,aes128-ctr,aes192-ctr,aes256-ctr");
session.setInfo("cipher.c2s", "aes128-cbc,aes256-cbc,3des-cbc,blowfish-cbc,aes128-ctr,aes192-ctr,aes256-ctr");
Still does not work.
Any ideas? I'd really appreciate it.