> IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! > Someone could be eavesdropping on you right now (man-in-the-middle attack)! > It is also possible that a host key has just been changed. > The fingerprint for the ED25519 key sent by the remote host is > SHA256:Y6c4VjbE3UdIkNe1yiWoZaaa8sOxcEZ3C7bx+zS3agc. > Please contact your system administrator. > Add correct host key in C:\\Users\\l0158/.ssh/known_hosts to get rid of this mes > sage. > Offending ED25519 key in C:\\Users\\l0158/.ssh/known_hosts:4 > Host key for 10.19.126.2 has changed and you have requested strict checking. > Host key verification failed. > 过程试图写入的管道不存在。 > [18:02:05.798] "install" terminal command done [18:02:05.799] Install terminal quit with output: 过程试图写入的管道不存在。 [18:02:05.800] Received install output: 过程试图写入的管道不存在。
时间: 2024-04-15 22:26:22 浏览: 183
用c++编写嵌入式多任务操作系统.pdf
It seems like you're encountering some errors related to SSH and host key verification. Here are a few suggestions to address the issue:
1. Man-in-the-middle attack: If you suspect someone might be eavesdropping on your connection, it's important to ensure a secure connection. You can do this by using encryption protocols like SSL/TLS or SSH, and by verifying the authenticity of the remote host.
2. Host key verification failure: The error message indicates that the host key for the remote server has changed, which could be a security concern. You can try deleting the offending key from the `known_hosts` file and re-establishing the connection. However, make sure that the key change is legitimate, and not a result of a malicious activity.
3. Pipe writing error: The error message "过程试图写入的管道不存在" suggests that there is an issue with a pipe in the process you are running. This error could be specific to the process or system you are using. It would be helpful to provide more context or specific details about the process in order to troubleshoot further.
If you continue to experience issues, it's recommended to consult with your system administrator or technical support for further assistance.
阅读全文