text 将ssh与tx2连接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 将ssh与tx2连接相关的知识,希望对你有一定的参考价值。

***** METHOD 1 *********
Do ifconfig in tx2 and get the ip adrress from eg. inet 192.168.43.179
Now connect via ssh when you are connected with same network
ssh -X nvidia@193.0.0.106 

***** METHOD 2 ********
got to Settings > Sharing > turn on Remote login
ssh rajesh@rajesh-tx2.local

Issue 1:  man in middle attack error
if man in middle attack error is coming remove all the previous host info by cleaning this file
vim /Users/sumityadav/.ssh/known_hosts

Issue 2: ssh_exchange_identification: read: Connection reset by peer 
The way I solved the problem is I went to the host machine and ran a few commands.
sudo mkdir /var/run/sshd
sudo chmod 755 -R /var/run/sshd
sudo service ssh restart
I got connected to the machine after that.

以上是关于text 将ssh与tx2连接的主要内容,如果未能解决你的问题,请参考以下文章

text 基础知识linux / tx2

text tx2上的nvgstiva-app

Jetson TX2安装固态硬盘(原创)

text 在tx2上运行tensor-rt样本模型

text ssh命令连接连接

text ssh重用连接