Skip to content

Commit 26b932f

Browse files
authored
ssh-copy-id for Hetzner Storage Box
1 parent d1e16f1 commit 26b932f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ The script needs to log into the Hetzner Storage Box without a password.
126126
- Or use the `ssh-copy-id` command (replace `u123456` and `u123456-sub4`):
127127

128128
```sh
129-
sudo ssh-copy-id -p 23 -s [email protected]
130-
131129
# Hetzner Storage Box requires the `-s` flag. Replace `u123456` and `u123456-sub4`
130+
131+
sudo ssh-copy-id -p 23 -s [email protected]
132132
```
133133

134134
- After public key has been added to your Hetzner Storage Box via the control panel or `ssh-copy-id`. Test the connection (replace `u123456` and `u123456-sub4`):

0 commit comments

Comments
 (0)