ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Background Process of SSH and Telnet

    Scheduled Pinned Locked Moved IT Discussion
    12 Posts 2 Posters 1.1k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @Lakshmana
      last edited by

      @Lakshmana said:

      How the machines are coonected by the SSH?

      SSH itself is how they connect. SSH is a shell that communicates over a dedicated OpenSSL tunnel, basically a single application VPN.

      1 Reply Last reply Reply Quote 0
      • LakshmanaL
        Lakshmana
        last edited by

        The server or any machine able to access through the SSH or telnet.
        What is OpenSSL Tunnel and how it is working?

        scottalanmillerS 2 Replies Last reply Reply Quote 0
        • LakshmanaL
          Lakshmana @scottalanmiller
          last edited by

          @Lakshmana said:

          What is OpenSSL Tunnel and how it is working?

          How the process carried to take the SSH of the machine.??

          scottalanmillerS 1 Reply Last reply Reply Quote 0
          • scottalanmillerS
            scottalanmiller @Lakshmana
            last edited by

            @Lakshmana said:

            What is OpenSSL Tunnel and how it is working?

            It is an application specific VPN. Identical to the OpenSSL tunnel used in a secure website (HTTP + OpenSSL Tunnel becomes HTTPS.)

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @Lakshmana
              last edited by

              @Lakshmana said:

              The server or any machine able to access through the SSH or telnet.

              I don't understand this statement. Is it a question?

              1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @Lakshmana
                last edited by

                @Lakshmana said:

                How the process carried to take the SSH of the machine.??

                Over SSH. SSH itself is the communications protocol.

                1 Reply Last reply Reply Quote 0
                • LakshmanaL
                  Lakshmana
                  last edited by

                  How to find about OpenSSL Vulnerability in a server or ssh?

                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Lakshmana
                    last edited by

                    @Lakshmana said:

                    How to find about OpenSSL Vulnerability in a server or ssh?

                    I'm not sure what you mean? Just follow the news like any vulnerability concerns.

                    1 Reply Last reply Reply Quote 1
                    • LakshmanaL
                      Lakshmana
                      last edited by

                      OK.I understood

                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller
                        last edited by

                        If you are regularly patching your systems and using an up to date enterprise OS, this should not be of serious concern. Even the biggest issues ever in OpenSSH were patched the same day that they were found and provided to the enterprise OS vendors the same day. If you had, for example, a standard weekly patch cycle on CentOS you would have been patched between zero and six days after the vulnerability was found, with an average of three days, without needing to even be aware of the issue.

                        To patch OpenSSL on CentOS, for example, is just this command:

                        yum -y update openssl
                        

                        And, of course, requires no restart. So even if you needed to manually patch it, you could do that hourly through a script if you had a serious concern or anytime manually.

                        1 Reply Last reply Reply Quote 1
                        • 1 / 1
                        • First post
                          Last post