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

    Encryption FS on the Cloud and Remote SSH

    IT Discussion
    luks encryption
    6
    28
    2.1k
    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 @black3dynamite
      last edited by

      @black3dynamite said in Encryption FS on the Cloud and Remote SSH:

      Automount encrypted partition on boot
      https://evilshit.wordpress.com/2012/10/22/how-to-mount-a-luks-encrypted-partition-on-boot/
      https://blog.tinned-software.net/automount-a-luks-encrypted-volume-on-system-start/

      While this works, it's a loophole. It also totally defeats the encryption. For all intents and purposes, it's the same as not having any encryption because all you do it power it on, and it is unencrypted. In a cloud, there's no plausible risk of hardware theft.

      1 Reply Last reply Reply Quote 1
      • stacksofplatesS
        stacksofplates
        last edited by

        With CentOS you could use NBDE. Just run a Tang server somewhere and have the Clevis client on the Vultr box authenticate that way. However, if the Tang server isn't available (it will need to not be behind NAT) then you'll need your LUKS password.

        1 Reply Last reply Reply Quote 0
        • ObsolesceO
          Obsolesce
          last edited by

          No VNC option?

          Emad RE 1 Reply Last reply Reply Quote 0
          • Emad RE
            Emad R @Obsolesce
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • Emad RE
              Emad R @Emad R
              last edited by Emad R

              @emad-r @all

              Hmm interesting answers...

              I tried many guides but will try its not that I dont trust the Cloud, I was thinking of ways to make it yours and with LUKS + Geo IP firewall filtering (only allow 1 country to access the server)+ SSH password less login = it gets interesting.

              worst case scenarios lets say imaginary ones, Cloud provider closes, gets raided / theft ... etc. I know 99% Cloud folks will do better job that us but lets be paranoid abit. Thats the point of this exercise. Ofcourse I can use VNC from Vultr but wanted something more to be honest, something I can input faster, and I prefer not to save the password as that will defeat the purpose. I heard of small SSH servers that can be loaded at boot time and stuff.

              Any way will research this more and see.

              travisdh1T scottalanmillerS 4 Replies Last reply Reply Quote 0
              • travisdh1T
                travisdh1 @Emad R
                last edited by

                @emad-r said in Encryption FS on the Cloud and Remote SSH:

                @emad-r @all

                Hmm interesting answers...

                I tried many guides but will try its not that I dont trust the Cloud, I was thinking of ways to make it yours and with LUKS + Geo IP firewall filtering (only allow 1 country to access the server)+ SSH password less login = it gets interesting.

                You realize that Geo-IP is completely worthless, right? You don't even have to "hack" it yourself, just get a warranty replacement router. I had a warrantied router showing my Geo-IP location as Washington state when it was in Ohio (as far away from the actual location as is possible to be and still be in the same country). It is so trivial for bad actors to bypass a Geo-IP block that they have it automated now, so you're time is better spent on real security concerns.

                scottalanmillerS 1 Reply Last reply Reply Quote 3
                • travisdh1T
                  travisdh1 @Emad R
                  last edited by

                  @emad-r said in Encryption FS on the Cloud and Remote SSH:

                  @emad-r @all

                  worst case scenarios lets say imaginary ones, Cloud provider closes, gets raided / theft ... etc. I know 99% Cloud folks will do better job that us but lets be paranoid abit. Thats the point of this exercise. Ofcourse I can use VNC from Vultr but wanted something more to be honest, something I can input faster, and I prefer not to save the password as that will defeat the purpose. I heard of small SSH servers that can be loaded at boot time and stuff.

                  What is secret about the standard operating system and software being run on any given system? Encrypt by default, yes, but only the parts that need to be. IE: Nextcloud data directory, or a file server /home directory.

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

                    @travisdh1 said in Encryption FS on the Cloud and Remote SSH:

                    @emad-r said in Encryption FS on the Cloud and Remote SSH:

                    @emad-r @all

                    Hmm interesting answers...

                    I tried many guides but will try its not that I dont trust the Cloud, I was thinking of ways to make it yours and with LUKS + Geo IP firewall filtering (only allow 1 country to access the server)+ SSH password less login = it gets interesting.

                    You realize that Geo-IP is completely worthless, right? You don't even have to "hack" it yourself, just get a warranty replacement router. I had a warrantied router showing my Geo-IP location as Washington state when it was in Ohio (as far away from the actual location as is possible to be and still be in the same country). It is so trivial for bad actors to bypass a Geo-IP block that they have it automated now, so you're time is better spent on real security concerns.

                    Most Geo-IP stuff shows me as being in Toronto, when I'm in Dallas. And I am doing nothing, and attempting to do nothing to make it do that. The systems just aren't reliable. Sometimes they are right, sometimes they are wrong. But they are wrong so often, and by so much, you can't use them as a security mechanism.

                    When I worked at a bank in NY, we always showed up as being in Germany!

                    1 Reply Last reply Reply Quote 2
                    • scottalanmillerS
                      scottalanmiller @Emad R
                      last edited by

                      @emad-r said in Encryption FS on the Cloud and Remote SSH:

                      I heard of small SSH servers that can be loaded at boot time and stuff.

                      If SSH can be loaded, your disk isn't encrypted. Period. It's one or the other.

                      stacksofplatesS 1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @Emad R
                        last edited by

                        @emad-r said in Encryption FS on the Cloud and Remote SSH:

                        worst case scenarios lets say imaginary ones, Cloud provider closes, gets raided / theft ... etc.

                        This would require the theft of the ENTIRE data center. This is like a meteor fear. It's irrational and good security always comes from rational thinking. What you are doing is wasting time on a non-threat for something that makes no difference. Put this effort into something that matters, instead of something that doesn't.

                        This is what I call the "what if" mistake. Using scary sounding scenarios, instead of logic and math, to determine what risk really exists. Same mistake that causes people to avoid commercial airplanes, but happily drive dangerous cars. The "what if" the plane crashes sounds so scary that they ignore that you are so much more likely to die while driving because it doesn't "sound" so scary.

                        Emad RE 1 Reply Last reply Reply Quote 0
                        • stacksofplatesS
                          stacksofplates @scottalanmiller
                          last edited by

                          @scottalanmiller said in Encryption FS on the Cloud and Remote SSH:

                          @emad-r said in Encryption FS on the Cloud and Remote SSH:

                          I heard of small SSH servers that can be loaded at boot time and stuff.

                          If SSH can be loaded, your disk isn't encrypted. Period. It's one or the other.

                          Not necessarily. If it's built into the initramfs it will run before the OS is loaded. That's how Clevis works. Its built with dracut and gets an IP via DHCP which it uses to contact the Tang server.

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

                            @stacksofplates said in Encryption FS on the Cloud and Remote SSH:

                            @scottalanmiller said in Encryption FS on the Cloud and Remote SSH:

                            @emad-r said in Encryption FS on the Cloud and Remote SSH:

                            I heard of small SSH servers that can be loaded at boot time and stuff.

                            If SSH can be loaded, your disk isn't encrypted. Period. It's one or the other.

                            Not necessarily. If it's built into the initramfs it will run before the OS is loaded. That's how Clevis works. Its built with dracut and gets an IP via DHCP which it uses to contact the Tang server.

                            But that means you have an application framework up and running from an unencrypted disk. It's more than a boot loader, it's playing a lean OS function at that point.

                            stacksofplatesS 1 Reply Last reply Reply Quote 0
                            • stacksofplatesS
                              stacksofplates @scottalanmiller
                              last edited by stacksofplates

                              @scottalanmiller said in Encryption FS on the Cloud and Remote SSH:

                              @stacksofplates said in Encryption FS on the Cloud and Remote SSH:

                              @scottalanmiller said in Encryption FS on the Cloud and Remote SSH:

                              @emad-r said in Encryption FS on the Cloud and Remote SSH:

                              I heard of small SSH servers that can be loaded at boot time and stuff.

                              If SSH can be loaded, your disk isn't encrypted. Period. It's one or the other.

                              Not necessarily. If it's built into the initramfs it will run before the OS is loaded. That's how Clevis works. Its built with dracut and gets an IP via DHCP which it uses to contact the Tang server.

                              But that means you have an application framework up and running from an unencrypted disk. It's more than a boot loader, it's playing a lean OS function at that point.

                              That's pretty much what it is anyway. There's a ton that happens in there. Video hardware needs initialized (if menus are displayed), LVM utilities need initialized, etc. Even with LUKS, something has to prompt you for the password. Dracut just uses udev for the helper programs.

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • stacksofplatesS
                                stacksofplates
                                last edited by

                                Here's a section from Gentoo's site on it:

                                0_1533403092176_dracut-apps.png

                                1 Reply Last reply Reply Quote 0
                                • stacksofplatesS
                                  stacksofplates
                                  last edited by stacksofplates

                                  Also, I'm not arguing that starting a minimal SSH server (like tinyssh or dropbear) is a bad idea. Just that it's completely possible.

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

                                    @stacksofplates said in Encryption FS on the Cloud and Remote SSH:

                                    @scottalanmiller said in Encryption FS on the Cloud and Remote SSH:

                                    @stacksofplates said in Encryption FS on the Cloud and Remote SSH:

                                    @scottalanmiller said in Encryption FS on the Cloud and Remote SSH:

                                    @emad-r said in Encryption FS on the Cloud and Remote SSH:

                                    I heard of small SSH servers that can be loaded at boot time and stuff.

                                    If SSH can be loaded, your disk isn't encrypted. Period. It's one or the other.

                                    Not necessarily. If it's built into the initramfs it will run before the OS is loaded. That's how Clevis works. Its built with dracut and gets an IP via DHCP which it uses to contact the Tang server.

                                    But that means you have an application framework up and running from an unencrypted disk. It's more than a boot loader, it's playing a lean OS function at that point.

                                    That's pretty much what it is anyway. There's a ton that happens in there. Video hardware needs initialized (if menus are displayed), LVM utilities need initialized, etc. Even with LUKS, something has to prompt you for the password. Dracut just uses udev for the helper programs.

                                    true, it's like UEFI, too much for its own good.

                                    1 Reply Last reply Reply Quote 2
                                    • Emad RE
                                      Emad R @scottalanmiller
                                      last edited by

                                      @travisdh1 @scottalanmiller

                                      Yh your both right, I just thought if there was an easy way to do implement this then maybe I will add it as an extra hardening step, and I know the more security layer you add the more complexity, and sometimes it becomes more unusable/unreliable.

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

                                        @emad-r said in Encryption FS on the Cloud and Remote SSH:

                                        @travisdh1 @scottalanmiller

                                        Yh your both right, I just thought if there was an easy way to do implement this then maybe I will add it as an extra hardening step, and I know the more security layer you add the more complexity, and sometimes it becomes more unusable/unreliable.

                                        Is it REALLY added security, though? In what way does it add protection?

                                        Emad RE 1 Reply Last reply Reply Quote 1
                                        • Emad RE
                                          Emad R @scottalanmiller
                                          last edited by Emad R

                                          @scottalanmiller said in Encryption FS on the Cloud and Remote SSH:

                                          @emad-r said in Encryption FS on the Cloud and Remote SSH:

                                          @travisdh1 @scottalanmiller

                                          Yh your both right, I just thought if there was an easy way to do implement this then maybe I will add it as an extra hardening step, and I know the more security layer you add the more complexity, and sometimes it becomes more unusable/unreliable.

                                          Is it REALLY added security, though? In what way does it add protection?

                                          Between you and the cloud Provider. Adds additional layer of no eaves dropping if there is such an act, that said I know that your much better handled with cloud provider than self hosted

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

                                            @emad-r said in Encryption FS on the Cloud and Remote SSH:

                                            @scottalanmiller said in Encryption FS on the Cloud and Remote SSH:

                                            @emad-r said in Encryption FS on the Cloud and Remote SSH:

                                            @travisdh1 @scottalanmiller

                                            Yh your both right, I just thought if there was an easy way to do implement this then maybe I will add it as an extra hardening step, and I know the more security layer you add the more complexity, and sometimes it becomes more unusable/unreliable.

                                            Is it REALLY added security, though? In what way does it add protection?

                                            Between you and the cloud Provider. Adds additional layer of no eaves dropping if there is such an act, that said I know that your much better handled with cloud provider than self hosted

                                            How? How can encryption of the OS protect you in any way? Everything in the OS is public data that they can pull down anyway? And once your system is up and running, it's not encrypted. The cloud provider can turn it on anytime that they want.

                                            I think this protection is complete myth. People hear "encryption" and assume it implies more security, but it does not. I see absolutely no protection. First, it's not something you would rationally want to protect. But secondly, even if it was, this does literally nothing to protect it.

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