-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
Describe the bug
Ran into an issue on holodeck deployment where the Edge certs are expired and I get an error - OVF certificate validation failed. Error: [VALIDATION_ERROR: CERTIFICATE_EXPIRED; ] in NSX when looking at the hosts
Followed this and it worked but it took some finagling to get SCP working on NSX
https://knowledge.broadcom.com/external/article/424034
Had to get into NSX and change the /etc/ssh/sshd_config file
FROM
#Subsystem sftp /usr/lib/openssh/sftp-server
TO
Subsystem sftp internal-sftp
and restart SSH
Reproduction steps
...
Expected behavior
Certs shouldn't be expired on deployment
Additional context
No response
Reactions are currently unavailable