dragonxi what changed were the SSL ciphers, key exchange algorithms, and message authentication codes accepted for SSH and SFTP. Both of these services work via the OpenSSH package on the server.
The OpenSSH package on the server is 7.4 (very old but fully patched via backports). The current aforementioned settings are:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
KexAlgorithms ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
MACs umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com
If you ensure that your operating system and SFTP software are all updated to their latest versions then these settings should not present any issues. If you're unable to update your own software and need us to modify these settings on your server then please email Opalstack support for assistance.
We're preparing a new status page that will make it easier for us to notify customers of changes like this in the future. Apologies for the inconvenience.