SSH and ArcaOS: Difference between revisions
Jump to navigation
Jump to search
Created page with "==What is SSH== SSH is known as Secure Shell or Secure Socket Shell, is a network protocol that provides users and administrators of a system a secure way to access a computer. ==Server== ==Client== ==Links== * [https://www.os2world.com/forum/index.php/topic,3175.15.html SSH OS2World Forum thread] Category:Draft" |
No edit summary |
||
Line 3: | Line 3: | ||
==Server== | ==Server== | ||
You can install the SSH server on ArcaOS with yum like: | |||
yum install openssh-server | |||
==Client== | ==Client== |
Revision as of 14:54, 11 July 2023
What is SSH
SSH is known as Secure Shell or Secure Socket Shell, is a network protocol that provides users and administrators of a system a secure way to access a computer.
Server
You can install the SSH server on ArcaOS with yum like:
yum install openssh-server