Difference between revisions of "Console SSH"

From IPLOG
Jump to: navigation, search
(Created page with "== Overview == The console is used for accessing the IPLOG-GAMA units configuration and management features using text terminals, either remotely using the SSH TCP/IP or direc...")
 
Line 2: Line 2:
 
The console is used for accessing the IPLOG-GAMA units configuration and management features using text terminals, either remotely using the SSH TCP/IP or directly SSH via USB. The console is also used for writing scripts. This manual describes the general console operation principles.  
 
The console is used for accessing the IPLOG-GAMA units configuration and management features using text terminals, either remotely using the SSH TCP/IP or directly SSH via USB. The console is also used for writing scripts. This manual describes the general console operation principles.  
  
Version: OpenSSH_7.4p1, OpenSSL 1.0.2k  26 Jan 2017
+
'''Version:''' OpenSSH_7.4p1, OpenSSL 1.0.2k  26 Jan 2017
  
  

Revision as of 07:56, 27 April 2018

Overview

The console is used for accessing the IPLOG-GAMA units configuration and management features using text terminals, either remotely using the SSH TCP/IP or directly SSH via USB. The console is also used for writing scripts. This manual describes the general console operation principles.

Version: OpenSSH_7.4p1, OpenSSL 1.0.2k 26 Jan 2017





About SSH

Secure Shell (SSH) is a cryptographic network protocol for operating network services securely over an unsecured network. The best known example application is for remote login to computer systems by users.

SSH provides a secure channel over an unsecured network in a client-server architecture, connecting an SSH client application with an SSH server. Common applications include remote command-line login and remote command execution, but any network service can be secured with SSH. The protocol specification distinguishes between two major versions, referred to as SSH-1 and SSH-2.

More information:Secure Shell (SSH)