Skip to content

Commit

Permalink
doc: interactive Tailscale login command
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jul 5, 2024
1 parent eed904c commit b918478
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion salt/sys-tailscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,13 @@ qvm-features QUBE service.tailscale 1
## Usage

Authenticate to your Tailnet by following the upstream instructions to
[generate an auth key](https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key).
[generate an auth key](https://tailscale.com/kb/1085/auth-keys#generate-an-auth-key)
for use in automated setups. For interactive setups, get the authorization
link from the following command:

```sh
sudo tailscale up
```

On the Tailscale web interface, authorize the new device.

Expand Down

0 comments on commit b918478

Please sign in to comment.