SSH & SSL

LZP1992

Well-known member
  • Feb 6, 2014
    5,636
    5,942
    113
    @ගෙදර
    SSH(Secure Shell) සහ SSL(Secure Sockets Layer) මේ දෙකේ වෙනස මොකද්ද?
    පැහැදිලි කරල දෙන්න පුළුවන්ද? :)
     
    • Like
    Reactions: .::J@S::.

    Lionzzz

    Well-known member
  • Jan 18, 2014
    3,527
    1
    3,552
    113
    Earth
    What is the is difference between SSL and SSH?

    1. SSL (superseded by the more modern Transport Layer Security) is a general protocol that can be implemented on top of other transport-layer protocols such as HTTP and FTP. As such, you can use it to transfer files or view web pages securely, and there are many other applications. The best-known application for SSL is encrypting a form submission so you can send your credit card details to a retailer without fear of an eavesdropper on your network viewing your credit card number. SSL communication is not necessarily authenticated (you can encrypt your communication with a website without giving any username/password).
    2. SSH is more specifically for remote login and has almost completely replaced Telnet for command-line access to remote computers. Other applications for SSH include file transfer using SCP and secure port forwarding (to provide private access to systems behind a firewall). SSH communication is generally authenticated (either with a username/password or a public/private key pair).

    So yes, both allow you to communicate with remote computers through an encrypted channel, and both can do file transfers. But they have different applications in practice.

    https://www.quora.com/What-is-the-is-difference-between-SSL-and-SSH

    1. SSL -> Web Sites
    2. SSH -> Remote Logins
     
    • Like
    Reactions: LZP1992

    kolavari

    Well-known member
  • Aug 11, 2012
    33,746
    1
    25,655
    113
    කැළෑ පොජ්ජේ
    SSL කියන්නේ අපි වෙබ්සයිට් එක බ්‍රව්සර් එක හරහා access කරද්දී ඒ request එක encrypt කරන සීන් එකක්...

    SSH කියන්නේ secure shell කියන එක...මේ කියන්නේ අපි සර්වර් එකට රිමෝට් ලොග් වෙද්දී කනෙක්ට් වෙන සීන් එක..

    ඕක තමා වෙනස
     
    • Like
    Reactions: LZP1992

    LZP1992

    Well-known member
  • Feb 6, 2014
    5,636
    5,942
    113
    @ගෙදර



    1. SSL (superseded by the more modern Transport Layer Security) is a general protocol that can be implemented on top of other transport-layer protocols such as HTTP and FTP. As such, you can use it to transfer files or view web pages securely, and there are many other applications. The best-known application for SSL is encrypting a form submission so you can send your credit card details to a retailer without fear of an eavesdropper on your network viewing your credit card number. SSL communication is not necessarily authenticated (you can encrypt your communication with a website without giving any username/password).
    2. SSH is more specifically for remote login and has almost completely replaced Telnet for command-line access to remote computers. Other applications for SSH include file transfer using SCP and secure port forwarding (to provide private access to systems behind a firewall). SSH communication is generally authenticated (either with a username/password or a public/private key pair).

    So yes, both allow you to communicate with remote computers through an encrypted channel, and both can do file transfers. But they have different applications in practice.

    https://www.quora.com/What-is-the-is-difference-between-SSL-and-SSH

    1. SSL -> Web Sites
    2. SSH -> Remote Logins


    SSL කියන්නේ අපි වෙබ්සයිට් එක බ්‍රව්සර් එක හරහා access කරද්දී ඒ request එක encrypt කරන සීන් එකක්...

    SSH කියන්නේ secure shell කියන එක...මේ කියන්නේ අපි සර්වර් එකට රිමෝට් ලොග් වෙද්දී කනෙක්ට් වෙන සීන් එක..

    ඕක තමා වෙනස

    තෑන්ක්ස් සහෝලා....:):)