在win11下用ssh时,不停提示信息

我用的win11家庭版,运用ssh命令时不停出现提示信息,错误如下:
Microsoft Windows [版本 10.0.22621.819]
(c) Microsoft Corporation。保留所有权利。

C:\Users\zero-wang>ssh root@192.168.94.128
The authenticity of host '192.168.94.128 (192.168.94.128)' can't be established.
ED25519 key fingerprint is SHA256:ltmrIRUFcnDgk8x+P6tbYiuVC9zKVMsE34FU0aPhp9M.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? y
Please type 'yes', 'no' or the fingerprint: y
Please type 'yes', 'no' or the fingerprint:

这个不是错误。首次连接这台机器是会显示的,之后会记录到know_hosts里,如果你每次都显示这个,你需要下载一个git,然后生成自己的秘钥。
参考这一篇 https://blog.csdn.net/hustpzb/article/details/8230454