Changes between Version 5 and Version 6 of Docs/825gen2/Dev/Networking/SSH


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/SSH

    v5 v6  
    33SSH (**S**ecure **SH**ell) is very useful for development on the 825gen2.
    44
    5 From a PC on the same network as the 825 you may use a Command Prompt or !PowerShell window and type: "ssh admin@<ip_address_of_825>" such as:
     5From a PC on the same network as the 825 you may use a Command Prompt or !PowerShell window and type: "ssh admin@<ip_address_of_825>" to make an SSH connection to the 825. The IP address of the 825 is shown at the bottom of the "APPLICATION MENU".
    66
     7The following example makes an SSH connection to an 825 with an IP address of 10.1.2.230
    78{{{
    89PS C:\> ssh admin@10.1.2.230