Difference between revisions of "Remote login and file transfer"
Line 2: | Line 2: | ||
#Determine the IP address of the Pi by typing <code>hostname -I </code> | #Determine the IP address of the Pi by typing <code>hostname -I </code> | ||
+ | #From the remote computer type <code>ssh pi@<IP Address><\code> |
Revision as of 10:19, 17 April 2015
It is sometimes necessary to log into the Raspberry Pi remotely from another computer. If the Pi and the computer are on the same network, we can do this as follows:
- Determine the IP address of the Pi by typing
hostname -I
- From the remote computer type
ssh pi@<IP Address><\code>