Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
We are trying to get CUCM 15 DRS backups working in our lab environment for now. We set up OpenSSH on our Windows server and tried to point DRS to it but kept getting generic error messages about the SFTP connection failing. Performing a wireshark ca...
We were able to get this all set.1) we enabled FIPS on our CUCM publisher/subscriber nodes. Doing this instantly started making SHA2-RSA-256 available during the key init messages between our SFTP server and CUCM.2) At that point our path needed to b...
Appreciate the information, my problem is CUCM only advertises the following host key algorithms (captured via wireshark on the server hosting SFTP for us): ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521When I do RSA in O...
Confirmed it is not an issue of access, I tested via WinSCP from my machine and confirmed I can access and authenticate just fine. CUCM utils network also shows TCP/22 open and accessible from CUCM to the server we are using for SFTP.This is all arou...