Use of SSH Protocol

SSH Protocol is used in Serval Services as Demone.

what is Demone?

The daemon is a Background process that runs in a system without user interaction. The program file of the daemon is end with the letter d usually in Linux/Unix-based systems.

Note: Process is the Program that is run in the Memory(RAM)

for example,

HTTP Service uses httpd as a daemon program

SSH Service uses sshd .   /etc/init.d/sshd

  1. keypair
  2. SFTP
  3. SCP
  4. rsync
  5. X11 Forwarding

etc......

Comments