Difference between revisions of "Raspberry Pi SSH"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) (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. *...") |
Russ hensel (talk | contribs) |
||
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
- 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
- Character
- Tab completion seem ( in some version to work )
- Can recall prior commands....
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