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

    Flexible, Secure SSH with DNSSEC

    Scheduled Pinned Locked Moved IT Discussion
    23 Posts 6 Posters 2.9k 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
      last edited by

      Okay, that is pretty cool. Very interested.

      1 Reply Last reply Reply Quote 1
      • dafyreD
        dafyre
        last edited by

        That sounds pretty slick. You got it set up yet, @scottalanmiller 😉

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

          @dafyre I'll have it setup by the end of the day.

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

            Hmmmmm.... Reddit users seem to think this isn't a good idea...

            https://www.reddit.com/r/sysadmin/comments/40rvgq/secure_ssh_with_dnssec/

            scottalanmillerS 1 Reply Last reply Reply Quote 0
            • DashrenderD
              Dashrender
              last edited by

              I thought they talked about this on Security Now a while ago.

              All kinds of cool things happen with DNSSEC - security can be improved by orders of magnitude.

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

                @anonymous said:

                Hmmmmm.... Reddit users seem to think this isn't a good idea...

                https://www.reddit.com/r/sysadmin/comments/40rvgq/secure_ssh_with_dnssec/

                Why would read Reddit? That place is full of idiots. I read like four posts and they made no sense and showed that they didn't even know what keys were.

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

                  Here is some points reddit users make:

                  • If you're pushing this out to servers, why not push out the keys?
                  • Its not hard to manage your authorized_keys file
                  • If youDNS providers account gets hacked they can get access to all your servers by adding there own public key.
                  • It uses a really new version of ssh so you are not going to be able to implement this unless you are running a distro that supports cutting edge stuff. (not centos/redhat)
                  • It's braindead simple to manage authorized_keys in a central location using configuration management.

                  What do you guys think? Any of valid points?

                  scottalanmillerS 5 Replies Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller @Alex Sage
                    last edited by

                    @anonymous said:

                    • If you're pushing this out to servers, why not push out the keys?

                    Because one you push out once and manage. The other you push out every time the keys update, change or have additions. This is what I mean by how dumb they are. I read this and was like "they have no clue." They forget that you might have more than one server or more than one user.

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

                      @anonymous said:

                      • Its not hard to manage your authorized_keys file

                      This comes from the same people who have never done it. It's a huge pain in the ass. It's not "a" file, it is one file, per user, per server. If you have 100 users and 1,000 servers, that is 100,000 files. How dumb are Reddit people?

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

                        @anonymous said:

                        • If youDNS providers account gets hacked they can get access to all your servers by adding there own public key.

                        Yes, the COULD add they own public key. IF your DNS provider gets hacked and no one says anything. At some point, you need to trust your DNS host. The whole point of DNSSEC is that you CAN trust your host, right?

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

                          @anonymous said:

                          • It uses a really new version of ssh so you are not going to be able to implement this unless you are running a distro that supports cutting edge stuff. (not centos/redhat)

                          Right, this is an up and coming technology, not an old one. I'm not even sure what the complaint here is.

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

                            @anonymous said:

                            • It's braindead simple to manage authorized_keys in a central location using configuration management.

                            That's right, it is. And this is an example of that configuration management. He's complimenting the process but wording it like a complaint.

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

                              How would this affect a jumpbox?

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

                                OpenSSH_6.6.1p1, OpenSSL 1.0.1e-fips 11 Feb 2013
                                

                                This is the output from a fresh CentOS7 install. Seems to be at 6.1 alright?

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

                                  Oh, needs to be 6.2

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

                                    @anonymous said:

                                    How would this affect a jumpbox?

                                    It would make it easier to manage. All of the public side of the keys would be picked up through DNSSEC instead of pushing them out through custom scripts, Chef, Ansible or making users do it individually.

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

                                      Upgrading OpenSSH to 6.2 seems like a pain. Anyone have a easy way to do it?

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

                                        @anonymous said:

                                        Upgrading OpenSSH to 6.2 seems like a pain. Anyone have a easy way to do it?

                                        Wait until RHEL adds it?

                                        scottalanmillerS 1 Reply Last reply Reply Quote 1
                                        • coliverC
                                          coliver
                                          last edited by

                                          Run Fedora?

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

                                            @JaredBusch said:

                                            @anonymous said:

                                            Upgrading OpenSSH to 6.2 seems like a pain. Anyone have a easy way to do it?

                                            Wait until RHEL adds it?

                                            That should be CentOS 8 😞

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