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

    The Linux Jumpbox: How to

    IT Discussion
    unix linux jumpbox
    7
    18
    4.2k
    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.
    • gjacobseG
      gjacobse
      last edited by

      Based on previous discussions on the Linux Jumpbox, I've been doing to searching on how to use them. Most of my Google searching has returned how to create one, setting the SSH keys and so forth.

      But nothing as such on how to access one box from the other.

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

        @g.jacobse said:

        Based on previous discussions on the Linux Jumpbox, I've been doing to searching on how to use them. Most of my Google searching has returned how to create one, setting the SSH keys and so forth.

        But nothing as such on how to access one box from the other.

        That's what the SSH keys do 🙂

        1 Reply Last reply Reply Quote 0
        • MattSpellerM
          MattSpeller
          last edited by

          I'm confused, is this about linux on a USB stick?

          gjacobseG coliverC 2 Replies Last reply Reply Quote 0
          • gjacobseG
            gjacobse @MattSpeller
            last edited by

            @MattSpeller said:

            I'm confused, is this about linux on a USB stick?

            No - How to use the Jumpbox - commands being sent from Linux1 to LInux2,

            1 Reply Last reply Reply Quote 0
            • coliverC
              coliver @MattSpeller
              last edited by coliver

              @MattSpeller said:

              I'm confused, is this about linux on a USB stick?

              No, this is a public facing hardened *nix server that gives SSH access to the rest of the network. I've heard them called SSH gateways before but I don't think that is an appropriate term. Basically it has two interfaces, one public and one private. You SSH into the public one, and then you can SSH into the private machines from there, or send remote commands.

              MattSpellerM 1 Reply Last reply Reply Quote 1
              • MattSpellerM
                MattSpeller @coliver
                last edited by

                @coliver that makes sense, thank you

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

                  When you log into the production jump box and access other machines, that's all that there is to it. It is literally the hardened box with keyed access to all the other UNIX servers that makes it a jump box. It's just a "launch point" for SSH access.

                  1 Reply Last reply Reply Quote 0
                  • gjacobseG
                    gjacobse
                    last edited by

                    @scottalanmiller said:

                    When you log into the production jump box and access other machines, that's all that there is to it. It is literally the hardened box with keyed access to all the other UNIX servers that makes it a jump box. It's just a "launch point" for SSH access.

                    So, once your Jumpbox is setup with the SSH keys, you log in to Linux1, then connect to Linux 2 and go from there? Not log into Linux1 and send command to Linux 2?

                    coliverC scottalanmillerS 2 Replies Last reply Reply Quote 0
                    • coliverC
                      coliver @gjacobse
                      last edited by

                      @g.jacobse said:

                      @scottalanmiller said:

                      When you log into the production jump box and access other machines, that's all that there is to it. It is literally the hardened box with keyed access to all the other UNIX servers that makes it a jump box. It's just a "launch point" for SSH access.

                      So, once your Jumpbox is setup with the SSH keys, you log in to Linux1, then connect to Linux 2 and go from there? Not log into Linux1 and send command to Linux 2?

                      From my understanding you can do it either way.

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

                        @g.jacobse said:

                        @scottalanmiller said:

                        When you log into the production jump box and access other machines, that's all that there is to it. It is literally the hardened box with keyed access to all the other UNIX servers that makes it a jump box. It's just a "launch point" for SSH access.

                        So, once your Jumpbox is setup with the SSH keys, you log in to Linux1, then connect to Linux 2 and go from there? Not log into Linux1 and send command to Linux 2?

                        No, typically you would have access ONLY from the Jump box to the other boxes. You would not normally want access from the boxes to each other. The point of the jump box is to have a single point of access, not to allow a mesh of access as that means that ANY compromise is a COMPLETE compromise. The Jump box is a single point to lock down and designed to increase security, but a mesh would decrease it.

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

                          A big advantage of a Jump box is the ability to audit for bad access more easily (one log that is really, really important and easier to spot bad actors on other systems as they won't be from the jump box) and an easier time tracking individual users across a UNIX estate.

                          Jump boxes, when done correct, leave you with minimal effort to use but very high security. In a large server farm, should be way easier than not having a jump server at all.

                          1 Reply Last reply Reply Quote 0
                          • gjacobseG
                            gjacobse @scottalanmiller
                            last edited by

                            @scottalanmiller said:

                            @g.jacobse said:

                            @scottalanmiller said:

                            When you log into the production jump box and access other machines, that's all that there is to it. It is literally the hardened box with keyed access to all the other UNIX servers that makes it a jump box. It's just a "launch point" for SSH access.

                            So, once your Jumpbox is setup with the SSH keys, you log in to Linux1, then connect to Linux 2 and go from there? Not log into Linux1 and send command to Linux 2?

                            No, typically you would have access ONLY from the Jump box to the other boxes. You would not normally want access from the boxes to each other. The point of the jump box is to have a single point of access, not to allow a mesh of access as that means that ANY compromise is a COMPLETE compromise. The Jump box is a single point to lock down and designed to increase security, but a mesh would decrease it.

                            I would think that you would only jump to one at a time. that to just to one, then jump to another would create points of failure, and possible confusion. Not to mention possible lag issues.

                            I know I did that almost 20 years ago on Ham radio, but jumping to a local BBS then hopping around the world and back to the same node I started from. The delay was long and the retries very high. It was neat to hope around the world on VHF to HF and back. but served no purpose.

                            1 Reply Last reply Reply Quote 0
                            • A
                              Alex Sage
                              last edited by Alex Sage

                              Good night, good night! parting is such sweet sorrow,
                              That I shall say good night till it be morrow.

                              scottalanmillerS 1 Reply Last reply Reply Quote 2
                              • scottalanmillerS
                                scottalanmiller @Alex Sage
                                last edited by

                                @anonymous said:

                                @scottalanmiller You should write a quick how to, I too would like to set it up.

                                Will do.

                                At a lunch meeting with @Minion-Queen right now.

                                JaredBuschJ 1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch @scottalanmiller
                                  last edited by

                                  @scottalanmiller said:

                                  @anonymous said:

                                  @scottalanmiller You should write a quick how to, I too would like to set it up.

                                  Will do.

                                  At a lunch meeting with @Minion-Queen right now.

                                  It is 4:13pm on the east coast. Bit of a late lunch.

                                  scottalanmillerS 1 Reply Last reply Reply Quote 1
                                  • Minion QueenM
                                    Minion Queen Banned
                                    last edited by

                                    Yeah we have been too busy to do anything before now. It is crazy!

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

                                      @JaredBusch said:

                                      @scottalanmiller said:

                                      @anonymous said:

                                      @scottalanmiller You should write a quick how to, I too would like to set it up.

                                      Will do.

                                      At a lunch meeting with @Minion-Queen right now.

                                      It is 4:13pm on the east coast. Bit of a late lunch.

                                      Had meetings that ran over. It was VERY late lunch.

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

                                        http://mangolassi.it/topic/6143/linux-lab-project-building-a-linux-jump-box/

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