What's the equivalent ssh config of this ssh tunnel command?

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











up vote
0
down vote

favorite












I have a host2 remotely forwarding its ssh connection to port 2222 on host1. I am using the following command on host0 to connect to host2 via host1.



ssh -tt host1 ssh -p 2222 localhost


Is there an equivalent ssh config for this command?



Thank you for the help!










share|improve this question







New contributor




Vimos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.























    up vote
    0
    down vote

    favorite












    I have a host2 remotely forwarding its ssh connection to port 2222 on host1. I am using the following command on host0 to connect to host2 via host1.



    ssh -tt host1 ssh -p 2222 localhost


    Is there an equivalent ssh config for this command?



    Thank you for the help!










    share|improve this question







    New contributor




    Vimos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have a host2 remotely forwarding its ssh connection to port 2222 on host1. I am using the following command on host0 to connect to host2 via host1.



      ssh -tt host1 ssh -p 2222 localhost


      Is there an equivalent ssh config for this command?



      Thank you for the help!










      share|improve this question







      New contributor




      Vimos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I have a host2 remotely forwarding its ssh connection to port 2222 on host1. I am using the following command on host0 to connect to host2 via host1.



      ssh -tt host1 ssh -p 2222 localhost


      Is there an equivalent ssh config for this command?



      Thank you for the help!







      ssh-tunneling ssh-config






      share|improve this question







      New contributor




      Vimos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      Vimos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      Vimos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 9 hours ago









      Vimos

      11




      11




      New contributor




      Vimos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      Vimos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      Vimos is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Try this



          Host host2
          ProxyJump host1
          Port 2222
          HostName localhost


          If not, then this



           Host host2
          ProxyCommand ssh host1 nc localhost 2222





          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "106"
            ;
            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: false,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            Vimos is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474296%2fwhats-the-equivalent-ssh-config-of-this-ssh-tunnel-command%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
            0
            down vote













            Try this



            Host host2
            ProxyJump host1
            Port 2222
            HostName localhost


            If not, then this



             Host host2
            ProxyCommand ssh host1 nc localhost 2222





            share|improve this answer
























              up vote
              0
              down vote













              Try this



              Host host2
              ProxyJump host1
              Port 2222
              HostName localhost


              If not, then this



               Host host2
              ProxyCommand ssh host1 nc localhost 2222





              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                Try this



                Host host2
                ProxyJump host1
                Port 2222
                HostName localhost


                If not, then this



                 Host host2
                ProxyCommand ssh host1 nc localhost 2222





                share|improve this answer












                Try this



                Host host2
                ProxyJump host1
                Port 2222
                HostName localhost


                If not, then this



                 Host host2
                ProxyCommand ssh host1 nc localhost 2222






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 7 hours ago









                Alexander

                86413




                86413




















                    Vimos is a new contributor. Be nice, and check out our Code of Conduct.









                     

                    draft saved


                    draft discarded


















                    Vimos is a new contributor. Be nice, and check out our Code of Conduct.












                    Vimos is a new contributor. Be nice, and check out our Code of Conduct.











                    Vimos is a new contributor. Be nice, and check out our Code of Conduct.













                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474296%2fwhats-the-equivalent-ssh-config-of-this-ssh-tunnel-command%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How to check contact read email or not when send email to Individual?

                    Christian Cage

                    How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?