Cannot ssh to Jackal after updating to Ubuntu 16.04
I have updated my jackal robot from ubuntu 14.04 to 16.04 so that I could upgrade to ros kinetic, but now upon booting the jackal when I try to ssh to it as I normally have in the past I get a message saying:
ssh: connect to host 192.168.94.106 port 22: Connection refused
I am not sure how to fix this
Asked by dkrivet on 2018-08-08 03:24:04 UTC
Answers
Sounds like there's no SSH server running on your jackal. You'll have to install that.
Asked by gvdhoorn on 2018-08-08 03:34:07 UTC
Comments
Sorry, I should have mentioned in the question. I am able to ssh into it using an ethernet cable (using the directions in jackals documentation about setting up its network), and after this I am able to ssh into jackal normally (ssh administrator@192.168.94.106)
Asked by dkrivet on 2018-08-08 03:55:05 UTC
However, after rebooting Jackal, I cannot do ssh administrator@192.168.94.106
because I get the aforementioned error. However after sshing using the ethernet connection I am then able to ssh normally again, so my issue is not being able to ssh normally after reboot
Asked by dkrivet on 2018-08-08 03:55:58 UTC
Then this sounds like a configuration issue specific to jackal, and perhaps something to contact CP about -- if you're not comfortable with solving that yourself.
It's also not really a ROS problem, although you're using a ROS-enabled robot.
Asked by gvdhoorn on 2018-08-08 03:59:47 UTC
Btw: please add all relevant information to your question next time. You'll save everyone time.
Asked by gvdhoorn on 2018-08-08 04:00:22 UTC
Comments