SSH test is failing

Hi,

I have setup my ssh key and copied the public key to the SecDIM website.

When I try to test the connection by this command
ssh -T [email protected]

I get the error
The authenticity of host ‘lab.secdim.com (144.126.241.118)’ can’t be established.

Please can you help me ?

Usually when you use ssh with a new host, it should first be trusted. It should show you a fingerprint with yes/no/[fingerprint] question. Enter yes to continue.

Example below

Thanks for you help. It working for me now