<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Cannot mount Hetzner storage box for backups using SSHFS]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">On one instance I've got backups issue when mounting my storage box using CIFS (we tried to debug with <a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> but we didn't quite get to the bottom of it). One suggested solution was to mount the storage box using SSHFS instead.</p>
<p dir="auto">Problem is, I cannot get it to work. I have set-up my ssh keys and it seems to work fine as I can login with that key pair from a terminal on my local machine via sftp.</p>
<p dir="auto">When try connect to it via cloudron I get the following (sadly unhelpful) error message: Failed to mount (failed): Could not determine failure reason.</p>
<p dir="auto">Things I've tried:</p>
<ul>
<li>set-up two type of public keys as per the hetzner doc: <a href="https://docs.hetzner.com/robot/storage-box/backup-space-ssh-keys" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.hetzner.com/robot/storage-box/backup-space-ssh-keys</a></li>
<li>tried to connect to several remote directories on the same storage box</li>
<li>tried to connect with either port 22 or 23</li>
</ul>
<p dir="auto">SSH is enabled on the Hetzner storage box control panel (which is obvious otherwise I could not connect via sftp from terminal).</p>
<p dir="auto">Has anyone tried to mount such storage via SSHFS?<br />
Any idea what might be going wrong?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.cloudron.io/topic/5920/cannot-mount-hetzner-storage-box-for-backups-using-sshfs</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 17:54:37 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/5920.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Oct 2021 15:16:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Fri, 01 Nov 2024 12:42:40 GMT]]></title><description><![CDATA[<p dir="auto">Just purge contents of the folder or delete the folder and recreate it with the same permissions. Other bits of Linux sometimes put logs there.</p>
]]></description><link>https://forum.cloudron.io/post/96310</link><guid isPermaLink="true">https://forum.cloudron.io/post/96310</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Fri, 01 Nov 2024 12:42:40 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 31 Oct 2024 16:21:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> thanks, just to be doubly clear can I completely delete that <code>/var/backups</code> folder, or just delete it's contents? thanks!</p>
]]></description><link>https://forum.cloudron.io/post/96284</link><guid isPermaLink="true">https://forum.cloudron.io/post/96284</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Thu, 31 Oct 2024 16:21:54 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 31 Oct 2024 12:54:53 GMT]]></title><description><![CDATA[<p dir="auto">yes you can clear out the <code>/var/backups</code> folder</p>
]]></description><link>https://forum.cloudron.io/post/96276</link><guid isPermaLink="true">https://forum.cloudron.io/post/96276</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 31 Oct 2024 12:54:53 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 31 Oct 2024 10:51:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> thanks. This was on a new Cloudron that still had default file system backups at <code>/var/backups</code> - now I've got this set-up and working OK I guess I can now completely delete that <code>backups</code> folder?</p>
]]></description><link>https://forum.cloudron.io/post/96272</link><guid isPermaLink="true">https://forum.cloudron.io/post/96272</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Thu, 31 Oct 2024 10:51:59 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 31 Oct 2024 10:48:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> said in <a href="/post/96269">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto">It says:</p>
<pre><code>Warning: With the default settings, using ssh-keygen will overwrite an existing SSH key! As an alternative, with the parameter -f, you can specify a different file path.
</code></pre>
<p dir="auto">But that just isn't enough detail for me.</p>
<p dir="auto">It isn't at all clear about how to create/ add an additional pair of ssh-keys whilst keeping the existing ones intact.</p>
</blockquote>
<p dir="auto">OK, I had a play around and I've managed to do it:</p>
<p dir="auto">On my local machine I did this:</p>
<pre><code>ssh-keygen -f /home/josef/.ssh-storage/id_rsa
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase): 
Enter same passphrase again: 
Your identification has been saved in /home/josef/.ssh-storage/id_rsa
Your public key has been saved in /home/josef/.ssh-storage/id_rsa.pub
</code></pre>
<p dir="auto">Then I copied the public key i.e. <code> ~/.ssh-storage/id_rsa.pub</code> up to my Hetzner Storage Box by doing this:</p>
<pre><code>cat ~/.ssh-storage/id_rsa.pub | ssh -p23 uxxxxxx@uxxxxxx.your-storagebox.de install-ssh-key
uxxxxxx@uxxxxxx.your-storagebox.de's password: 
Key No. 1 (ssh-rsa josef@josef-ThinkPad-T510) was installed in RFC4716 format
Key No. 1 (ssh-rsa josef@josef-ThinkPad-T510) was installed in OpenSSH format

</code></pre>
<p dir="auto">Then I copied the contents of the private key i.e. <code>~/.ssh-storage/id_rsa</code> into the private key box in the Cloudron backup configuration:</p>
<p dir="auto"><img src="/assets/uploads/files/1730371257951-screenshot-from-2024-10-31-10-35-45.png" alt="Screenshot from 2024-10-31 10-35-45.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">And then it worked - hooray!</p>
]]></description><link>https://forum.cloudron.io/post/96271</link><guid isPermaLink="true">https://forum.cloudron.io/post/96271</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Thu, 31 Oct 2024 10:48:32 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 31 Oct 2024 10:39:42 GMT]]></title><description><![CDATA[<p dir="auto">So you would create a new key pair with <code>ssh-keygen -f ./newkey</code> at least on linux. When prompted for a password, just press enter. Then you have the keypair in the current working directory where you ran that command.</p>
<p dir="auto">From there you can upload the <em>public</em> portion of the key as mentioned in the hetzner docs and use the <em>private</em> key for your Cloudron configs.</p>
]]></description><link>https://forum.cloudron.io/post/96270</link><guid isPermaLink="true">https://forum.cloudron.io/post/96270</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 31 Oct 2024 10:39:42 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 31 Oct 2024 10:22:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nebulon" aria-label="Profile: nebulon">@<bdi>nebulon</bdi></a> thanks but those Hetzner docs just aren't clear nor detailed enough and having read them lots of times I'm still none the wiser.</p>
<p dir="auto">It says:</p>
<blockquote>
<p dir="auto">Warning: With the default settings, using ssh-keygen will overwrite an existing SSH key! As an alternative, with the parameter -f, you can specify a different file path.</p>
</blockquote>
<p dir="auto">But that just isn't enough detail for me.</p>
<p dir="auto">It isn't at all clear about how to create/ add an <em>additional</em> pair of ssh-keys whilst keeping the existing ones intact.</p>
]]></description><link>https://forum.cloudron.io/post/96269</link><guid isPermaLink="true">https://forum.cloudron.io/post/96269</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Thu, 31 Oct 2024 10:22:05 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 31 Oct 2024 09:31:54 GMT]]></title><description><![CDATA[<p dir="auto">You should be able to follow the docs at <a href="https://docs.hetzner.com/storage/storage-box/backup-space-ssh-keys" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.hetzner.com/storage/storage-box/backup-space-ssh-keys</a> for generating and using new keys.</p>
]]></description><link>https://forum.cloudron.io/post/96267</link><guid isPermaLink="true">https://forum.cloudron.io/post/96267</guid><dc:creator><![CDATA[nebulon]]></dc:creator><pubDate>Thu, 31 Oct 2024 09:31:54 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 31 Oct 2024 08:05:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> said in <a href="/post/95095">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> how would automatic mounting on boot work if the ssh key had a passphrase?</p>
</blockquote>
<p dir="auto">It wouldn't. But I've got the same problem.</p>
<p dir="auto">I've already got a pair of SSH keys (with a passphrase) that I can successfully use to login to both my Storage Box and my VPS.</p>
<p dir="auto">But of course this doesn't work for the Backup set-up because it requires a passphrase.</p>
<p dir="auto">So, how can I create an additional set of non-passphrase keys just for use with the Storage Box?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.cloudron.io/post/96252</link><guid isPermaLink="true">https://forum.cloudron.io/post/96252</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Thu, 31 Oct 2024 08:05:08 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Fri, 04 Oct 2024 14:35:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> yeah, maybe. Have to investigate <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /> Feel free to open a thread in <a href="https://forum.cloudron.io/category/97/feature-requests">https://forum.cloudron.io/category/97/feature-requests</a> and we can see how much interest is there.</p>
]]></description><link>https://forum.cloudron.io/post/95158</link><guid isPermaLink="true">https://forum.cloudron.io/post/95158</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Fri, 04 Oct 2024 14:35:05 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 03 Oct 2024 13:50:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> it could be an option to do it manually the first time for security reasons, with login keyring asked once.<br />
I mean I'd like that the option is at least given <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":-)" alt="🙂" /> , and of course not hardcoding the passphrase in the form.</p>
]]></description><link>https://forum.cloudron.io/post/95097</link><guid isPermaLink="true">https://forum.cloudron.io/post/95097</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Thu, 03 Oct 2024 13:50:55 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 03 Oct 2024 13:36:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sansguidon" aria-label="Profile: SansGuidon">@<bdi>SansGuidon</bdi></a> how would automatic mounting on boot work if the ssh key had a passphrase? If you put the password in clear text in a config file, it's probably more insecure than having no password at all (especially if you reuse passwords or a part of it...).</p>
]]></description><link>https://forum.cloudron.io/post/95095</link><guid isPermaLink="true">https://forum.cloudron.io/post/95095</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Thu, 03 Oct 2024 13:36:10 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Thu, 03 Oct 2024 10:18:03 GMT]]></title><description><![CDATA[<p dir="auto">Hey folks<br />
I recently struggled a bit with those steps as well, but it was because I had set a passphrase for my SSH keys at creation time and Cloudron does not prompt for that anywhere.<br />
Is that in the plans for the future <a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a> ?</p>
<p dir="auto">Thanks !</p>
]]></description><link>https://forum.cloudron.io/post/95084</link><guid isPermaLink="true">https://forum.cloudron.io/post/95084</guid><dc:creator><![CDATA[SansGuidon]]></dc:creator><pubDate>Thu, 03 Oct 2024 10:18:03 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 02 Jan 2024 03:58:48 GMT]]></title><description><![CDATA[<p dir="auto">For me. It's silly. All the guide is out of date. With new created storage box, there isn't sub dir and ssh pub key is not yet allowed in storage box and storage box's pub isn't in my pc known_hosts, I have to add my pub key to storage and run sshfs command once time to get pub key of storage box. So because of new user without subdirectory, the "remote dir path" after colon should be RELATIVE path or empty "" in this case not "/". <a href="mailto:uxxxxxx@uxxxxxx.your-storagebox.de" target="_blank" rel="noopener noreferrer nofollow ugc">uxxxxxx@uxxxxxx.your-storagebox.de</a>: /mnt/local/mount/path -o port=23,IdentifyFile=/home/username/.ssh/id_rsa ....</p>
]]></description><link>https://forum.cloudron.io/post/80161</link><guid isPermaLink="true">https://forum.cloudron.io/post/80161</guid><dc:creator><![CDATA[boydaihungst]]></dc:creator><pubDate>Tue, 02 Jan 2024 03:58:48 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 07 Nov 2023 21:05:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> said in <a href="/post/76861">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chetbaker" aria-label="Profile: chetbaker">@<bdi>chetbaker</bdi></a> said in <a href="/post/76860">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto">Oh I'm sorry, just to clarify, I'm trying to use Storage Boxes as Cloudron Volume.</p>
</blockquote>
<p dir="auto">Ah, OK. I've got that set-up but I've only ever used CIFS and not SSHFS so not sure what you have to do myself sorry.</p>
</blockquote>
<p dir="auto">Ah, but Girish gave instructions above in this very thread! <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f606.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--laughing" style="height:23px;width:auto;vertical-align:middle" title=":laughing:" alt="😆" /></p>
<p dir="auto">As <a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> said if you don't have ssh-keygen installed, install it.</p>
]]></description><link>https://forum.cloudron.io/post/76869</link><guid isPermaLink="true">https://forum.cloudron.io/post/76869</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Tue, 07 Nov 2023 21:05:12 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 07 Nov 2023 20:07:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chetbaker" aria-label="Profile: chetbaker">@<bdi>chetbaker</bdi></a> said in <a href="/post/76844">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto">Please note that this is only a restricted shell</p>
</blockquote>
<p dir="auto">It says as much that it is a restricted shell. Not sure how to generate keys though, maybe a question for hetzner support.</p>
]]></description><link>https://forum.cloudron.io/post/76864</link><guid isPermaLink="true">https://forum.cloudron.io/post/76864</guid><dc:creator><![CDATA[girish]]></dc:creator><pubDate>Tue, 07 Nov 2023 20:07:33 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 07 Nov 2023 19:36:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chetbaker" aria-label="Profile: chetbaker">@<bdi>chetbaker</bdi></a> said in <a href="/post/76860">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto">Oh I'm sorry, just to clarify, I'm trying to use Storage Boxes as Cloudron Volume.</p>
</blockquote>
<p dir="auto">Ah, OK. I've got that set-up but I've only ever used CIFS and not SSHFS so not sure what you have to do myself sorry.</p>
]]></description><link>https://forum.cloudron.io/post/76861</link><guid isPermaLink="true">https://forum.cloudron.io/post/76861</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Tue, 07 Nov 2023 19:36:57 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 07 Nov 2023 19:33:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jdaviescoates" aria-label="Profile: jdaviescoates">@<bdi>jdaviescoates</bdi></a> said in <a href="/post/76859">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chetbaker" aria-label="Profile: chetbaker">@<bdi>chetbaker</bdi></a> said in <a href="/post/76848">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto">Hetzner Volumes</p>
</blockquote>
<p dir="auto">Hetzner Cloud Volumes are a very different product to their Storage Boxes.</p>
<p dir="auto">I don't think you can access them in the same way.</p>
<p dir="auto">You can definitely use them as a Cloudron Volume though. I think you just have to mount them on your VPS server using fstab first.</p>
</blockquote>
<p dir="auto">Oh I'm sorry, just to clarify, I'm trying to use Storage Boxes as Cloudron Volume.</p>
]]></description><link>https://forum.cloudron.io/post/76860</link><guid isPermaLink="true">https://forum.cloudron.io/post/76860</guid><dc:creator><![CDATA[chetbaker]]></dc:creator><pubDate>Tue, 07 Nov 2023 19:33:07 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 07 Nov 2023 19:22:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chetbaker" aria-label="Profile: chetbaker">@<bdi>chetbaker</bdi></a> said in <a href="/post/76848">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto">Hetzner Volumes</p>
</blockquote>
<p dir="auto">Hetzner Cloud Volumes are a very different product to their Storage Boxes.</p>
<p dir="auto">I don't think you can access them in the same way.</p>
<p dir="auto">You can definitely use them as a Cloudron Volume though. I think you just have to mount them on your VPS server using fstab first.</p>
]]></description><link>https://forum.cloudron.io/post/76859</link><guid isPermaLink="true">https://forum.cloudron.io/post/76859</guid><dc:creator><![CDATA[jdaviescoates]]></dc:creator><pubDate>Tue, 07 Nov 2023 19:22:09 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 07 Nov 2023 17:38:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/chetbaker" aria-label="Profile: chetbaker">@<bdi>chetbaker</bdi></a> Okay, then you can't generate the keys from there. Do it on your server and transfer the keys where you need them.</p>
<p dir="auto">I'm sure they have a guide for this somewhere.</p>
]]></description><link>https://forum.cloudron.io/post/76849</link><guid isPermaLink="true">https://forum.cloudron.io/post/76849</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Tue, 07 Nov 2023 17:38:23 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 07 Nov 2023 17:34:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/robi" aria-label="Profile: robi">@<bdi>robi</bdi></a> said in <a href="/post/76847">Cannot mount Hetzner storage box for backups using SSHFS</a>:</p>
<blockquote>
<p dir="auto">It doesn't appear that package exists on your server. Install it first.</p>
</blockquote>
<p dir="auto">What I'm showing is the prompt logged on Hetzner Volumes, not a server <img src="https://forum.cloudron.io/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=74f512c8ff7" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://forum.cloudron.io/post/76848</link><guid isPermaLink="true">https://forum.cloudron.io/post/76848</guid><dc:creator><![CDATA[chetbaker]]></dc:creator><pubDate>Tue, 07 Nov 2023 17:34:19 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 07 Nov 2023 17:32:58 GMT]]></title><description><![CDATA[<p dir="auto">It doesn't appear that package exists on your server. Install it first.</p>
]]></description><link>https://forum.cloudron.io/post/76847</link><guid isPermaLink="true">https://forum.cloudron.io/post/76847</guid><dc:creator><![CDATA[robi]]></dc:creator><pubDate>Tue, 07 Nov 2023 17:32:58 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Tue, 07 Nov 2023 17:26:25 GMT]]></title><description><![CDATA[<p dir="auto">I'm sorry to reopen this, but I've been trying to connect Hetzner volumes and I'm stuck with the key-gen command at the server. I'm pretty sure there's something I'm understanding poorly, but I would like to connect <strong>the Volumes with my Cloudron instance</strong>, but there's no way I can run key-gen on the Volumes via SSH to get them connected.</p>
<pre><code>XXXXXXXX /home &gt; ssh-keygen
Command not found. Use 'help' to get a list of available commands.
XXXXXXXX /home &gt; help
+-----------------------------------------------------------------------------+
| The following commands are available:                                       |
|   ls                                  list directory content                |
|   tree                                list directory content                |
|   cd                                  change current working directory      |
|   pwd                                 show current working directory        |
|   mkdir                               create new directory                  |
|   rmdir                               delete directory                      |
|   du                                  disk usage of files/directories       |
|   df                                  show disk usage                       |
|   dd                                  read and write files                  |
|   cat                                 output file content                   |
|   touch                               create new file                       |
|   cp                                  copy files/directories                |
|   rm                                  delete files/directories              |
|   unlink                              delete file/directory                 |
|   mv                                  move files/directories                |
|   chmod                               change file/directory permissions     |
|   md5|sha1|sha256|sha512              create hash sum of file               |
|   md5sum|sha1sum|sha256sum|sha512sum  create hash sum of file               |
|   head                                show first lines of file              |
|   tail                                show last lines of file               |
|   grep                                search for specific string in files   |
|   stat                                stat files/directory                  |
|                                                                             |
| Available as server side backend:                                           |
|   borg                                                                      |
|   rsync                                                                     |
|   scp                                                                       |
|   sftp                                                                      |
|   rclone serve restic --stdio                                               |
|                                                                             |
| Please note that this is only a restricted shell which do not               |
| support shell features like redirects or pipes.                             |
|                                                                             |
| You can find more information in our Docs:                                  |
|   https://docs.hetzner.com/robot/storage-box/                               |
+-----------------------------------------------------------------------------+
XXXXXXXX /home &gt;
</code></pre>
]]></description><link>https://forum.cloudron.io/post/76844</link><guid isPermaLink="true">https://forum.cloudron.io/post/76844</guid><dc:creator><![CDATA[chetbaker]]></dc:creator><pubDate>Tue, 07 Nov 2023 17:26:25 GMT</pubDate></item><item><title><![CDATA[Reply to Cannot mount Hetzner storage box for backups using SSHFS on Sun, 15 Jan 2023 11:34:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/girish" aria-label="Profile: girish">@<bdi>girish</bdi></a><br />
I tried this exact same setup. I was able to connect to the storage via SFTP and my SSH key and I copied my private SSH key as instructed to Cloudron.</p>
<p dir="auto">When I now try to save the backup settings using SSHFS it keeps working and never finishes. The log says</p>
<pre><code>Jan 14 11:40:33 box:shell addMount spawn: /usr/bin/sudo -S /home/yellowtent/box/src/scripts/addmount.sh [Unit]\nDescription=backup\n\nRequires=unbound.service\nAfter=unbound.service\nBefore=docker.service\n\n\n[Mount]\nWhat=uxxxxx@uxxxxx.your-storagebox.de:/\nWhere=/mnt/cloudronbackup\nOptions=allow_other,port=23,IdentityFile=/home/yellowtent/platformdata/sshfs/id_rsa_uxxxxx.your-storagebox.de,StrictHostKeyChecking=no,reconnect\nType=fuse.sshfs\n\n[Install]\nWantedBy=multi-user.target\n\n 10
Jan 14 11:40:44 box:shell addMount (stdout): Failed to mount
Jan 14 11:40:44 box:shell addMount code: 3, signal: null
Jan 14 11:42:04 box:shell removeMount spawn: /usr/bin/sudo -S /home/yellowtent/box/src/scripts/rmmount.sh /mnt/cloudronbackup
</code></pre>
<p dir="auto">Not sure what else I can try.</p>
<p dir="auto">Edit: magically and waiting one night it works now.</p>
]]></description><link>https://forum.cloudron.io/post/60072</link><guid isPermaLink="true">https://forum.cloudron.io/post/60072</guid><dc:creator><![CDATA[manngobaum]]></dc:creator><pubDate>Sun, 15 Jan 2023 11:34:07 GMT</pubDate></item></channel></rss>