How to securely set up SSHFS up in /etc/fstab with a LUKS encrypted drive?Using ACLs over read only/remote...

What is a "soap"?

Does fossil fuels use since 1990 account for half of all the fossil fuels used in history?

The cat ate your input again!

If you know the location of an invisible creature, can you attack it?

How to Check all AD userers for "blank" password?

How should I write this passage to make it the most readable?

Lípínguapua dopo Pêpê

The cat exchanges places with a drawing of the cat

What is the difference between 王 and 皇?

Dogfights in outer space

Does Nightpack Ambusher's second ability trigger if I cast spells during the end step?

Are those flyers about apartment purchase a scam?

How can I find an old paper when the usual methods fail?

Why are Tucker and Malcolm not dead?

What sort of psychological changes could be made to a genetically engineered human

Why aren’t there water shutoff valves for each room?

How far did Gandalf and the Balrog drop from the bridge in Moria?

If I animate and control a zombie, does it benefit from Undead Fortitude when it's reduced to 0 HP?

How can I communicate my issues with a potential date's pushy behavior?

Why won't the Republicans use a superdelegate system like the DNC in their nomination process?

Why aren't rainbows blurred-out into nothing after they are produced?

Will using a resistor in series with a LED to control its voltage increase the total energy expenditure?

Do I have to cite common CS algorithms?

How can I see if the data in a SQL Server table is page-compressed?



How to securely set up SSHFS up in /etc/fstab with a LUKS encrypted drive?


Using ACLs over read only/remote filesystemSecurely tunnel port through intermediate hostMeaning of fsync() in sshfs+LUKS setupIs there a way send a command from a remote ssh session to your local machine?sharing a drive over the networkHow to recover LUKS encrypted hard drive?How to decrypt LUKS encrypted drivePrompt to reflect sshfs mountpoint?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I would like to be able to securely mount a encrypted drive over sshfs onto my local computer. The remote computer is mine, but should be thought as a untrusted machine as the remote machine is not physically secure.



Requirements




  • I do not want the untrusted remote machine to be able to read my encrypted drive at any time, even when i have it remotely mounted on my local machine.


Would likes




  • I would like for the drive to be automatically mounted during boot, and reestablished if connection is lost for whatever reason. The paraphrase would be the same as the full disk encrypted local machine, so hopefully it would already have the available key.Im fuzzy in this area.


How would i accomplish this? and im still unsure if this is possible, becuase i have to decrypt the drive before mounting with sshfs? meaning the untrusted machine would be able to eavesdrop.










share|improve this question































    0















    I would like to be able to securely mount a encrypted drive over sshfs onto my local computer. The remote computer is mine, but should be thought as a untrusted machine as the remote machine is not physically secure.



    Requirements




    • I do not want the untrusted remote machine to be able to read my encrypted drive at any time, even when i have it remotely mounted on my local machine.


    Would likes




    • I would like for the drive to be automatically mounted during boot, and reestablished if connection is lost for whatever reason. The paraphrase would be the same as the full disk encrypted local machine, so hopefully it would already have the available key.Im fuzzy in this area.


    How would i accomplish this? and im still unsure if this is possible, becuase i have to decrypt the drive before mounting with sshfs? meaning the untrusted machine would be able to eavesdrop.










    share|improve this question



























      0












      0








      0








      I would like to be able to securely mount a encrypted drive over sshfs onto my local computer. The remote computer is mine, but should be thought as a untrusted machine as the remote machine is not physically secure.



      Requirements




      • I do not want the untrusted remote machine to be able to read my encrypted drive at any time, even when i have it remotely mounted on my local machine.


      Would likes




      • I would like for the drive to be automatically mounted during boot, and reestablished if connection is lost for whatever reason. The paraphrase would be the same as the full disk encrypted local machine, so hopefully it would already have the available key.Im fuzzy in this area.


      How would i accomplish this? and im still unsure if this is possible, becuase i have to decrypt the drive before mounting with sshfs? meaning the untrusted machine would be able to eavesdrop.










      share|improve this question














      I would like to be able to securely mount a encrypted drive over sshfs onto my local computer. The remote computer is mine, but should be thought as a untrusted machine as the remote machine is not physically secure.



      Requirements




      • I do not want the untrusted remote machine to be able to read my encrypted drive at any time, even when i have it remotely mounted on my local machine.


      Would likes




      • I would like for the drive to be automatically mounted during boot, and reestablished if connection is lost for whatever reason. The paraphrase would be the same as the full disk encrypted local machine, so hopefully it would already have the available key.Im fuzzy in this area.


      How would i accomplish this? and im still unsure if this is possible, becuase i have to decrypt the drive before mounting with sshfs? meaning the untrusted machine would be able to eavesdrop.







      ssh luks sshfs






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 16 hours ago









      TrevorKSTrevorKS

      18115 bronze badges




      18115 bronze badges

























          0






          active

          oldest

          votes














          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f535373%2fhow-to-securely-set-up-sshfs-up-in-etc-fstab-with-a-luks-encrypted-drive%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f535373%2fhow-to-securely-set-up-sshfs-up-in-etc-fstab-with-a-luks-encrypted-drive%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...