Changes between Version 8 and Version 9 of Docs/825gen2/Dev
- Timestamp:
- 11/29/23 08:03:22 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev
v8 v9 1 1 == 825gen2 Development == 2 2 3 === SSH === 4 5 SSH (Secure SHell) is very useful for development on the 825gen2. 6 7 From a PC on the same network as the 825 you may use a Command Prompt or PowerShell window and type ssh admin@<ipaddress> such as: 8 9 {{{ 10 PS C:\> ssh admin@10.1.2.230 11 admin@10.1.2.230's password: 12 card825gen2:~$ 13 }}} 14 3 15 [[TOC(inline, depth=3, noheading, Docs/825gen2/*)]]