Changes between Version 8 and Version 9 of Docs/825gen2/Dev


Ignore:
Timestamp:
11/29/23 08:03:22 (12 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev

    v8 v9  
    11== 825gen2 Development ==
    22
     3=== SSH ===
     4
     5SSH (Secure SHell) is very useful for development on the 825gen2.
     6
     7From 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{{{
     10PS C:\> ssh admin@10.1.2.230
     11admin@10.1.2.230's password:
     12card825gen2:~$
     13}}}
     14
    315[[TOC(inline, depth=3, noheading, Docs/825gen2/*)]]