Difference between revisions of "Remote login and file transfer"

From Raspberry Pi Min-Grant project
Jump to: navigation, search
(Created page with "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: #Determi...")
 
Line 1: Line 1:
 
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:
 
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 <code>hostname I<\code>&nbsp;
+
#Determine the IP address of the Pi by typing <code>hostname -I </code>&nbsp;

Revision as of 10:15, 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:

  1. Determine the IP address of the Pi by typing hostname -I