Changes between Version 5 and Version 6 of Docs/825gen2/Dev/Networking/SSH
- Timestamp:
- 11/29/23 08:34:56 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/SSH
v5 v6 3 3 SSH (**S**ecure **SH**ell) is very useful for development on the 825gen2. 4 4 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: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>" to make an SSH connection to the 825. The IP address of the 825 is shown at the bottom of the "APPLICATION MENU". 6 6 7 The following example makes an SSH connection to an 825 with an IP address of 10.1.2.230 7 8 {{{ 8 9 PS C:\> ssh admin@10.1.2.230