I was reading about OpensshOpenSSH and I have the following questions:
What is the difference between ssh
sshand sloginslogin?What is the difference between scp
scpand sftpsftp?Does sshd
sshd(on server side) provide separate server processes to handle each client (sshssh, sloginslogin, sftpsftp, scpscp) type requests or just one process for all client types ?is the secure shell a standalone shell like bash ..
bashetc.etc, or just a process that encrypt/decrypts traffic and communicate to ordinary bash process locally ?
Thanks