By default, backups of SDDC Manager and NSX Manager are stored in the SDDC Manager appliance. Change the destination of the backups to an external SFTP server.
Prerequisites
- Only a user with the ADMIN role can perform this task. See Managing Users and Groups in VMware Cloud Foundation.
- The external SFTP server must support a 256-bit length ECDSA SSH public key.
- The external SFTP server must support a 2048-bit length RSA SSH public key
- You will need the SHA256 fingerprint of RSA key of the SFTP server.
- Host Key algorithms: At least one of rsa-sha2-512 or rsa-sha2-256 and one of ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, or ecdsa-sha2-nistp521.
- Additional pre-requisites when FIPS Security Mode is enabled on SDDC Manager:
Algorithms and Ciphers Required when FIPS Security Mode is Enabled Kex Algorithms At least one of:- diffie-hellman-group-exchange-sha256
- ecdh-sha2-nistp256
- ecdh-sha2-nistp384
- ecdh-sha2-nistp521
Message Authentication Key (MAC) Algorithms hmac-sha2-256
Ciphers At least one of:- TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
- TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
- TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
- TLS_RSA_WITH_AES_128_CBC_SHA256
- TLS_RSA_WITH_AES_256_CBC_SHA256
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
Note: SHA1 algorithms are not supported.