Remote login and file transfer

From Raspberry Pi Min-Grant project
Revision as of 10:20, 17 April 2015 by Cmaina (talk | contribs)
Jump to: navigation, search

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  
  2. From the remote computer type ssh pi@<IP Address&gt