SSH

There are a few ways to get SSH up and running.

Easy Way (New Version)

This first method enables both SSH (for command line login) and SCP (for secure file copying). It also includes a little script for changing the default password and can be run multiple times, so you can use it to reset your password should you forget it. Simply attach the USB stick again and reboot.

This method can also be used to add SCP to a Joggler that has already had SSH enabled through any other method on this page. Just be aware that your password will be reset to 'joggler' and the username will change to 'joggler'.

Please make sure that you are running software version 26635.S3 (June 25 2010) before running this on your Joggler.

If your software is not up to date, the script will not run and neither SSH nor SCP will be enabled.

The default username and password are:

USERNAME: joggler
PASSWORD: joggler

You should now be able to get SSH and SCP access using a Terminal application or file transfer utility, eg.

ssh joggler@<ip_of_your_joggler>

You can find your Joggler's IP address by using the Settings app and choosing 'Network'.

To change your password, keep the USB stick attached to the Joggler, log in using the details above and issue the following command:

/mnt/setpasswd.sh <password>

This will change the Joggler user's password.