SSH and ArcaOS: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
You can install the SSH server on ArcaOS with yum like:
You can install the SSH server on ArcaOS with yum like:
  yum install openssh-server
  yum install openssh-server
Run sshd to execute the server:
[C:\]sshd
sshd re-exec requires execution with an absolute path





Latest revision as of 14:57, 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


Run sshd to execute the server:

[C:\]sshd
sshd re-exec requires execution with an absolute path


Client

Links