B2B Integration

 View Only

 Missing Known Host Keys on the SSH Remote Profile Configurations

Taha LEBIED's profile image
Taha LEBIED posted Thu January 22, 2026 09:19 AM

Hello,

​When configuring the SSH Remote Profile, the "Known Host Keys" list appears to be truncated.

​Because the list is sorted alphabetically, we are currently obliged to assign new partner keys a name that forces them to the top of the list (e.g., prefixing with "AAA_*") to make them selectable.

​Is it possible to modify a UI property or setting to allow the display of all existing keys?

​Regards,

​Taha

Taha LEBIED's profile image
Taha LEBIED

Hi,

I have found it it's in the ui.properties file :

## PROPERTY_START
## PROPERTY_NAME: maxKnownHostList
## PROPERTY_TYPE: Integer
## PROPERTY_DESCRIPTION
## Governs the number of known host keys to list in the SSH Profile screen.
## If this property is commented out or left blank or a non-integer or negative integer value is specified, default value of 1000 will be used against this property.
## PROPERTY_END
maxKnownHostList=1000

 in case some one need it.

Regards,

Taha