The force_overwrite flag is only implemented in the RotateAccountCredentialsRequest message but is completely absent from the RotateHostParametersRequest message.
- Account credential operations (AuthorizedKeysRequest, AuthorizedUsersRequest, PasswordRequest) support force overwrite capabilities
- Host parameter operations (CaPublicKeyRequest, ServerKeysRequest, GenerateKeysRequest) do not support force overwrite, despite also containing version fields that could conflict
To be consistent RotateHostParametersRequest should also contain force-overwrite for CaPublicKeyRequest , ServerKeysRequest , GenerateKeysRequest and for request types AuthorizedPrincipalCheckRequest, AllowedAuthenticationRequest, FinalizeRequest it should be no-op
The force_overwrite flag is only implemented in the RotateAccountCredentialsRequest message but is completely absent from the RotateHostParametersRequest message.
To be consistent RotateHostParametersRequest should also contain force-overwrite for CaPublicKeyRequest , ServerKeysRequest , GenerateKeysRequest and for request types AuthorizedPrincipalCheckRequest, AllowedAuthenticationRequest, FinalizeRequest it should be no-op