Zoom Room CLI ssh connection issue with update

Hello,

This is a question for the Zoom Room CLI:

I’ve been using a python package called Twisted to connect with the Zoom Room CLI over ssh for a while now with no problems. Today I updated Zoom Rooms from 4.6 to the new 5.0 and I can no longer receive data from the CLI to my python script. I can still create a connection, but receive no data.

What has changed between 4.6 and 5.0 that would break this? Do I have to use AES-256 GCM encryption for the ssh connection? Can I no longer use aes256-ctr?

Thanks

Hey @Daniel_Rees,

Yes, please try using AES-256 GCM encryption for the ssh connection.

Thanks,
Tommy