Closed dtonda8 closed 7 months ago
To connect to the PX 2 via ssh
Streetdrone
wifissh nvidia@192.168.1.180
Following some tips from this SO question, script to start SSH on the PX 2:
sudo mkdir /var/run/sshd
/usr/sbin/sshd -T
sudo service ssh start
I have added this to /etc/init.d/start_ssh.sh
and followed these instructions to start ssh automatically. If ssh doesn't work initially, then run the following:
/etc/init.d/start_ssh.sh
SSH didn't seem to work after you boot up the PX 2. The PX 2 is required for cameras.
ToDo: