Difference between revisions of "What is SSH?"
From Kolmisoft Wiki
Jump to navigationJump to search
m (Created page with '=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 ne…') |
(→About) |
||
Line 4: | Line 4: | ||
<br><br> | <br><br> | ||
'''Important: if you are not familiar with SSH - we do not recommend to administer MOR yourself | '''Important: if you are not familiar with SSH - we do not recommend to administer MOR yourself.''' | ||
Latest revision as of 09:33, 2 March 2020
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"