mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 14:37:37 +00:00
The preauthkeys commands expect a user id instead of a username
This commit is contained in:

committed by
nblock

parent
46c59a3fff
commit
a98d9bd05f
@@ -117,14 +117,14 @@ headscale instance. By default, the key is valid for one hour and can only be us
|
||||
=== "Native"
|
||||
|
||||
```shell
|
||||
headscale preauthkeys create --user <USER>
|
||||
headscale preauthkeys create --user <USER_ID>
|
||||
```
|
||||
|
||||
=== "Container"
|
||||
|
||||
```shell
|
||||
docker exec -it headscale \
|
||||
headscale preauthkeys create --user <USER>
|
||||
headscale preauthkeys create --user <USER_ID>
|
||||
```
|
||||
|
||||
The command returns the preauthkey on success which is used to connect a node to the headscale instance via the
|
||||
|
Reference in New Issue
Block a user