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
- keypair
- SFTP
- SCP
- rsync
- X11 Forwarding
etc......
Comments
Post a Comment