File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,8 @@ $ docker-machine create \
108
108
- ` --hetzner-key-label ` : ` key=value ` pairs of additional metadata to assign to SSH key (only applies if newly creadted).
109
109
- ` --hetzner-placement-group ` : Add to a placement group by name or ID; a spread-group will be created on demand if it does not exist
110
110
- ` --hetzner-auto-spread ` : Add to a ` docker-machine ` provided ` spread ` group (mutually exclusive with ` --hetzner-placement-group ` )
111
+ - ` --hetzner-ssh-user ` : Change the default SSH-User
112
+ - ` --hetzner-ssh-port ` : Change the default SSH-Port
111
113
112
114
#### Existing SSH keys
113
115
@@ -145,6 +147,9 @@ was used during creation.
145
147
| ` --hetzner-key-label ` | (inoperative) | ` [] ` |
146
148
| ` --hetzner-placement-group ` | ` HETZNER_PLACEMENT_GROUP ` | |
147
149
| ` --hetzner-auto-spread ` | ` HETZNER_AUTO_SPREAD ` | false |
150
+ | ` --hetzner-ssh-user ` | ` HETZNER_SSH_USER ` | root |
151
+ | ` --hetzner-ssh-port ` | ` HETZNER_SSH_PORT ` | 22 |
152
+
148
153
149
154
## Building from source
150
155
You can’t perform that action at this time.
0 commit comments