no ssh, but you can either:
- login using the 4-pin serial port, see http://jevois.org/doc/Debugging.html about BOOT:login
- execute unix commands using the jevois command-line interface 'shell' command; for example, in the console of JeVois inventor, sending the command:
shell ls /usr
will run 'ls /usr' on jevois
But note that there is no compiler installed on JeVois. The main reason is that native compiling is very slow, and cross-compiling is much faster.
so, see our other answer regarding compiling orbslam.