<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.phidgets.com/docs/index.php?action=history&amp;feed=atom&amp;title=Template%3ASBC_Developing_with_an_External_Computer</id>
	<title>Template:SBC Developing with an External Computer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.phidgets.com/docs/index.php?action=history&amp;feed=atom&amp;title=Template%3ASBC_Developing_with_an_External_Computer"/>
	<link rel="alternate" type="text/html" href="https://www.phidgets.com/docs/index.php?title=Template:SBC_Developing_with_an_External_Computer&amp;action=history"/>
	<updated>2026-04-13T12:30:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://www.phidgets.com/docs/index.php?title=Template:SBC_Developing_with_an_External_Computer&amp;diff=29643&amp;oldid=prev</id>
		<title>Jdecoux: Created page with &quot;There are two main ways in which you can access your SBC from an external computer: *SBC Web Interface *Secure Shell (SSH)  The SBC3003 User Guide#Getting Started | user gui...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.phidgets.com/docs/index.php?title=Template:SBC_Developing_with_an_External_Computer&amp;diff=29643&amp;oldid=prev"/>
		<updated>2018-07-10T15:32:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;There are two main ways in which you can access your SBC from an external computer: *SBC Web Interface *Secure Shell (SSH)  The SBC3003 User Guide#Getting Started | user gui...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;There are two main ways in which you can access your SBC from an external computer:&lt;br /&gt;
*SBC Web Interface&lt;br /&gt;
*Secure Shell (SSH)&lt;br /&gt;
&lt;br /&gt;
The [[SBC3003 User Guide#Getting Started | user guide]] covers the SBC Web Interface in detail, so we will review SSH below.&lt;br /&gt;
&lt;br /&gt;
====SSH====&lt;br /&gt;
If you are unfamiliar with SSH, it is a simple yet powerful tool that allows you to log into a remote machine in order to execute commands. You can also transfer files using the associated SCP tool.&lt;br /&gt;
&lt;br /&gt;
In order to use SSH, you need to know the following things about the SBC:&lt;br /&gt;
*IP address (e.g. 192.168.3.195) or the link local address (e.g. phidgetsbc.local)&lt;br /&gt;
*The administrator password&lt;br /&gt;
&lt;br /&gt;
You must also enable SSH on the SBC. You can do this via the SBC Web Interface which is shown in the image below:&lt;br /&gt;
[[File:phidgetsbc_enableSSH.PNG|link=|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
=====SSH on Windows=====&lt;br /&gt;
To use SSH on Windows, we recommend [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY]. Use the images below as a guide for configuring PuTTY (use the IP address or the link local address interchangeably):&lt;br /&gt;
[[File:Windows_PuttyIP.PNG|link=|alt=|left|425x411px]]&lt;br /&gt;
[[File:Windows_PuttyLL.PNG|link=|alt=|425x411px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After clicking open, simply login as root and provide the administrator password:&lt;br /&gt;
[[File:Windows_PuttyLogin.PNG|link=|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To transfer files between your SBC and Windows machine, we recommend either of these programs:&lt;br /&gt;
* [https://winscp.net/eng/download.php WinSCP]&lt;br /&gt;
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY PSCP]&lt;br /&gt;
&lt;br /&gt;
You will follow a similar process to access the SBC as described for SSH.&lt;br /&gt;
&lt;br /&gt;
=====SSH on Linux and macOS=====&lt;br /&gt;
SSH is available on Linux and macOS by default. To run SSH, simply open the terminal and type the following:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
ssh root@phidgetsbc.local&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
Or, something like this (you will need to know the IP address of your SBC):&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
ssh root@192.168.3.195&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You will then be prompted for the password in order to gain access to the SBC:&lt;br /&gt;
[[File:macOS_SSH.png|link=|alt=|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To copy a file from the SBC to your development machine using SCP, simply open the terminal and type the following:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
scp root@phidgetsbc.local:/path/to/source /path/to/destination&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
You can reverse this if you want to transfer a file from your development machine to your SBC:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=bash&amp;gt;&lt;br /&gt;
scp  /path/to/source root@phidgetsbc.local:/path/to/destination&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jdecoux</name></author>
	</entry>
</feed>