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 \
108108- ` --hetzner-key-label ` : ` key=value ` pairs of additional metadata to assign to SSH key (only applies if newly creadted).
109109- ` --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
110110- ` --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
111113
112114#### Existing SSH keys
113115
@@ -145,6 +147,9 @@ was used during creation.
145147| ` --hetzner-key-label ` | (inoperative) | ` [] ` |
146148| ` --hetzner-placement-group ` | ` HETZNER_PLACEMENT_GROUP ` | |
147149| ` --hetzner-auto-spread ` | ` HETZNER_AUTO_SPREAD ` | false |
150+ | ` --hetzner-ssh-user ` | ` HETZNER_SSH_USER ` | root |
151+ | ` --hetzner-ssh-port ` | ` HETZNER_SSH_PORT ` | 22 |
152+
148153
149154## Building from source
150155
You can’t perform that action at this time.
0 commit comments