Hi everyone,
I googled and found out some differences.
SSH protocol is mainly used
for shell based solutions and won’t
be used to protect web browsing sessions and other application services
SSL protocol is mainly used for secure
http sessions (HTTPS). Now a days, all browsers are coming with built in SSL Protocol support with CA(Certification Authority) root certificates. We no need to configure
to use the SSL. No extra client software needed to use SSL.
SSH protocol is used to remotely login to remote network system/server and execute commands.
SSL protocol is used to send the data/files securely to a remote and/or network system.
References:
No comments:
Post a Comment