You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,15 +283,23 @@ The most reliable way for the script to connect to a remote server is via an SSH
283
283
(Press Enter through all prompts).
284
284
285
285
2. **Add your public key** to the remote server's authorized keys. For a Hetzner Storage Box, paste the contents of `sudo cat /root/.ssh/id_ed25519.pub` into the control panel.
286
+
287
+
For Hetzner Storagebox use the `ssh-copy-id` command (replace `u123456` and `u123456-sub4`):
286
288
287
-
3. **Create an SSH config file** to define an alias for your connection:
289
+
```sh
290
+
# Hetzner Storage Box requires the `-s` flag. Replace `u123456` and `u123456-sub4`
0 commit comments