当前位置: 首页 > 工具软件 > ssh-connect > 使用案例 >

ssh: connect to host 192.168.1.111 port 22: No route to host

邓德惠
2023-12-01

ssh: connect to host 192.168.1.111 port 22: No route to host

1. ssh: connect to host 192.168.1.111 port 22: No route to host

strong@foreverstrong:~$ ssh yongqiang@192.168.1.111
ssh: connect to host 192.168.1.111 port 22: No route to host

2. 解决方案

确保 yongqiang@192.168.1.111 网络连接正常,ping ****** 测试。

strong@foreverstrong:~$ ssh yongqiang@192.168.1.111
The authenticity of host '192.168.1.111 (192.168.1.111)' can't be established.
ECDSA key fingerprint is SHA256:02+dO+WcPzmfu7yUlJG/6CYU5zAlw9m5swz/NSNMUbc.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.111' (ECDSA) to the list of known hosts.
yongqiang@192.168.1.111's password: 
Welcome to Ubuntu 16.04.4 LTS (GNU/Linux 4.4.0-116-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

246 packages can be updated.
165 updates are security updates.

New release '18.04.1 LTS' available.
Run 'do-release-upgrade' to upgrade to it.


Last login: Fri Oct 12 18:40:05 2018
yongqiang@DN-S3:~$ 
yongqiang@DN-S3:~$ exit
logout
Connection to 192.168.1.111 closed.
strong@foreverstrong:~$ 

References

https://yongqiang.blog.csdn.net/

 类似资料:

相关阅读

相关文章

相关问答