SSH Access

The Iron Pi ships with SSH enabled, which allows you to securely log into the device and run commands in a command line environment.

To access the Iron Pi via SSH from Windows, download and install an SSH client. PuTTY is a popular SSH client on Windows. Download, install, and open PuTTY. In the "PuTTY Configuration" screen, enter the IP address of the Iron Pi, and click "Open" to connect.

SSH Security Warnings

The first time you connect to any SSH device from your computer, you will get a warning about the device being unrecognized. You can safely ignore this warning and click "Accept" to continue connecting to the device.

If you connect to multiple Iron Pi units that have the same IP address, you will get a warning like the one below. It is safe to click "Accept" and ignore that warning if you know you previously connected to a different unit that was using the same IP address.

Password Authentication

You will be asked to authenticate with the device. Log in with the username pi, and whatever password you set during the Setting the Password process. If you have not set your device's password, then the SSH password will be the 8-letter access code from the label above the Power / CPU light on the Iron Pi.

Once you've logged in successfully, you should see a command prompt like this:

Disabling SSH

The Iron Pi comes from the factory with SSH enabled. If you would like to disable it, follow these steps.

Click the Security link in the sidebar:

Then in the Security page, click the SSH Disabled button:

A popover will ask you to confirm that you want to disable SSH; click OK:

After this SSH Disabled will be highlighted:

Last updated