What’s the difference between SSH and SSL?
Our company will use each a SFTP or FTL over SSL and each would acquire authentication. Now, i do know SSH has increased authentication choices however is there any distinction between mistreatment SSH or SSL? Thanks for the assistance.
2 comments
[ 2.9 ms ] story [ 15.8 ms ] threadSecure SHell is a protocol for logging into a remote server, and doing whatever you want on it. The server needs to run a daemon to support this, but once it does, you can do whatever your login user is able to do on that server, not just the actions supported by a web server.
Also, google/wikipedia/stackoverflow miss you dearly.