What is SSH?

From Kolmisoft Wiki
Revision as of 09:33, 2 March 2020 by Dmitrij (talk | contribs) (→‎About)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About

Secure Shell (SSH) is a network protocol for secure data communication, remote shell services or command execution and other secure network services between two networked computers that it connects via a secure channel over an insecure network: a server and a client (running SSH server and SSH client programs, respectively).

Important: if you are not familiar with SSH - we do not recommend to administer MOR yourself.


How to connect to SSH?

Linux

From Linux terminal:

ssh root@SERVER_IP

Windows

Use SSH client "Putty"