Difference between revisions of "Raspberry Pi SSH"

From OpenCircuits
Jump to navigation Jump to search
(Created page with "= Connect = *Did not configure Pi seems to come ready to go *Used my PUTTY on windows, put in tcpip address and got prompted on connect for pass and id. Worked seamlessly. *...")
 
 
Line 5: Line 5:
 
*Probablably can store pass id on PUTTY that is for later
 
*Probablably can store pass id on PUTTY that is for later
 
*Python should be able to make this connection need to look into it.
 
*Python should be able to make this connection need to look into it.
 +
* https://www.raspberrypi.org/documentation/remote-access/ssh/windows.md  may be helpful
 +
 +
 +
[[Category:Arduino/RaspberryPi]]
  
 
= UI =
 
= UI =

Latest revision as of 17:36, 8 December 2016

Connect[edit]

  • Did not configure Pi seems to come ready to go
  • Used my PUTTY on windows, put in tcpip address and got prompted on connect for pass and id. Worked seamlessly.
  • Probablably can store pass id on PUTTY that is for later
  • Python should be able to make this connection need to look into it.
  • https://www.raspberrypi.org/documentation/remote-access/ssh/windows.md may be helpful

UI[edit]

  • Character
  • Tab completion seem ( in some version to work )
  • Can recall prior commands....

Edit[edit]

  • Use nano file_name or sudo nano ...
  • cntrl is the modifier to make the menu work.
  • If just nano can read in a file after in it