{ __( 'Add a SSH key to your WordPress.com account to make it available for SFTP and SSH authentication.' ) }
{ sprintf( // translators: %1$s is the short-form name of the Business plan, %2$s is the short-form name of the eCommerce plan. __( 'Once added, attach the SSH key to a site with a %1$s or %2$s plan to enable SSH key authentication for that site.' ), getPlan( PLAN_BUSINESS )?.getTitle() || '', getPlan( PLAN_ECOMMERCE )?.getTitle() || '' ) }
{ createInterpolateElement(
__(
'If the SSH key is removed from your WordPress.com account, it will also be removed from all attached sites. Read more.'
),
{
br:
,
a: (