How can I install OpenSSH_7.6p1 on ubuntu 16.04?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












I want to install OpenSSH_7.6p1 on my Ubuntu 16.04.



This is the version that I have now:



$ ssh -V
OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016


I want to install it so I could have the jump server version, with the J option:



ssh -J


I know that there is another to do that and I know how, but I want with -J option on Ubuntu 16.04, Is that possible?



Thanks.










share|improve this question



























    up vote
    1
    down vote

    favorite












    I want to install OpenSSH_7.6p1 on my Ubuntu 16.04.



    This is the version that I have now:



    $ ssh -V
    OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016


    I want to install it so I could have the jump server version, with the J option:



    ssh -J


    I know that there is another to do that and I know how, but I want with -J option on Ubuntu 16.04, Is that possible?



    Thanks.










    share|improve this question

























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I want to install OpenSSH_7.6p1 on my Ubuntu 16.04.



      This is the version that I have now:



      $ ssh -V
      OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016


      I want to install it so I could have the jump server version, with the J option:



      ssh -J


      I know that there is another to do that and I know how, but I want with -J option on Ubuntu 16.04, Is that possible?



      Thanks.










      share|improve this question















      I want to install OpenSSH_7.6p1 on my Ubuntu 16.04.



      This is the version that I have now:



      $ ssh -V
      OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016


      I want to install it so I could have the jump server version, with the J option:



      ssh -J


      I know that there is another to do that and I know how, but I want with -J option on Ubuntu 16.04, Is that possible?



      Thanks.







      software-installation ssh openssh






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 1 at 8:31









      muru

      131k19275472




      131k19275472










      asked Feb 1 at 8:25









      Adam Delarosa

      1062




      1062




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          -1
          down vote













          Try building this after you uninstall your current version.



          wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"


          If you encounter errors, try



          sudo apt install -y build-essential libssl-dev zlib1g-dev


          Then rebuild the source :-)



          Hope that helps :-)






          share|improve this answer






















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002002%2fhow-can-i-install-openssh-7-6p1-on-ubuntu-16-04%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            -1
            down vote













            Try building this after you uninstall your current version.



            wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"


            If you encounter errors, try



            sudo apt install -y build-essential libssl-dev zlib1g-dev


            Then rebuild the source :-)



            Hope that helps :-)






            share|improve this answer


























              up vote
              -1
              down vote













              Try building this after you uninstall your current version.



              wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"


              If you encounter errors, try



              sudo apt install -y build-essential libssl-dev zlib1g-dev


              Then rebuild the source :-)



              Hope that helps :-)






              share|improve this answer
























                up vote
                -1
                down vote










                up vote
                -1
                down vote









                Try building this after you uninstall your current version.



                wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"


                If you encounter errors, try



                sudo apt install -y build-essential libssl-dev zlib1g-dev


                Then rebuild the source :-)



                Hope that helps :-)






                share|improve this answer














                Try building this after you uninstall your current version.



                wget "http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz"


                If you encounter errors, try



                sudo apt install -y build-essential libssl-dev zlib1g-dev


                Then rebuild the source :-)



                Hope that helps :-)







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Feb 27 at 17:51









                Thomas

                3,31481326




                3,31481326










                answered Feb 27 at 17:35









                user3668624

                1




                1



























                     

                    draft saved


                    draft discarded















































                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002002%2fhow-can-i-install-openssh-7-6p1-on-ubuntu-16-04%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    pylint3 and pip3 broken

                    Missing snmpget and snmpwalk

                    How to enroll fingerprints to Ubuntu 17.10 with VFS491