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

简介: ssh: connect to host 10.13.69.163 port 22: No route to host

想实现ssh远程控制小车,或者别的电脑可能会遇到这个问题

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

请看到最后,希望对你有帮助

第一步:在小车终端输入 ifconfig 查看小车的ip

第二步:在小车终端输入gedit .bashrc

弹谈出一个文本界面

在文本最后一行输入下面内容

export ROS_MASTER_URI=http://小车的ip
export ROS_IP=小车的ip

第三步:在自己电脑终端上输入ifconfig 查看自己ip

第四步:在自己电脑终端上输入gedit .bashrc

会弹出一个文本界面

在文本最后一行输入下面内容

export ROS_MASTER_URI=http://小车的ip
export ROS_IP=自己电脑的ip

第五步:关闭电脑终端,重新打开一个输入 ssh 小车终端名称@小车的ip

记住:不能连接学校的wifi来实现远程控制小车linux系统

记住:不能连接学校的wifi来实现远程控制小车linux系统

记住:不能连接学校的wifi来实现远程控制小车linux系统

相关文章
|
3天前
|
网络安全 开发工具 git
【git】解决git报错:ssh:connect to host github.com port 22: Connection timed out 亲测有效
【git】解决git报错:ssh:connect to host github.com port 22: Connection timed out 亲测有效
7 1
|
9天前
|
网络安全 数据安全/隐私保护
服务器密码登录出现了:SSH connection failed: connect ECONNREFUSEDxxxxxxxx:22 * Xshell提示 SSH connection fa
服务器密码登录出现了:SSH connection failed: connect ECONNREFUSEDxxxxxxxx:22 * Xshell提示 SSH connection fa
|
1月前
|
Linux 网络安全 数据安全/隐私保护
Jun 03 14:50:45 nodeName sshd[60215]: Accepted password for root from 192.168.0.100 port 15612 ssh2 如何关闭这个连接
【6月更文挑战第6天】Jun 03 14:50:45 nodeName sshd[60215]: Accepted password for root from 192.168.0.100 port 15612 ssh2 如何关闭这个连接
23 2
|
2月前
|
安全 网络安全
jsch 报错 no matching host key type found. Their offer: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha> 如何处理
【5月更文挑战第24天】jsch 报错 no matching host key type found. Their offer: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha> 如何处理
159 1
|
2月前
|
监控 安全 网络安全
Failed password for invalid user www from xx.xx.xx.xxx port xxxxx ssh2 问题处理
【5月更文挑战第6天】Failed password for invalid user www from xx.xx.xx.xxx port xxxxx ssh2 问题处理
220 1
|
2月前
|
安全 网络安全
jsch 报错 no matching host key type found. Their offer: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha>问题处理方法
【5月更文挑战第10天】jsch 报错 no matching host key type found. Their offer: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha>问题处理方法
161 0
|
2月前
|
算法 网络安全
no matching host key type found. Their offer: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha> 问题解决
【5月更文挑战第8天】no matching host key type found. Their offer: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256,ecdsa-sha> 问题解决
50 0
|
18天前
|
安全 Linux Shell
Linux中SSH命令介绍
Linux中SSH命令介绍
27 2
|
18天前
|
网络协议 Linux 网络安全
Linux配置SSH允许TCP转发
Linux配置SSH允许TCP转发
20 1
|
23天前
|
安全 Linux Shell
【Linux基础】SSH登录
安全外壳协议(Secure Shell Protocol,简称SSH)是一种加密的网络传输协议,可在不安全的网络中为网络服务提供安全的传输环境。 SSH通过在网络中建立安全隧道来实现SSH客户端与服务器之间的连接。 SSH最常见的用途是远程登录系统,人们通常利用SSH来传输命令行界面和远程执行命令。
33 6