mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-11 13:18:53 +00:00
Updated Glossary (markdown)
23
Glossary.md
23
Glossary.md
@@ -1,16 +1,27 @@
|
|||||||
# Glossary of Tailscale Terminology
|
# Glossary of Tailscale Terminology
|
||||||
|
|
||||||
## Machine
|
## CLI
|
||||||
|
|
||||||
## Machine Key
|
Command Line Interface. On Linux, macOS, and Windows, [Tailscale comes with a CLI interface](https://tailscale.com/kb/1080/cli) to control
|
||||||
|
Tailscale that offers a few more options than are available with the GUI (Graphical User Interface) clients.
|
||||||
## Node
|
|
||||||
|
|
||||||
A combination of a user & machine.
|
|
||||||
|
|
||||||
## Identity Provider
|
## Identity Provider
|
||||||
|
|
||||||
Somebody who proves you are who you say you are: Google, Okta, Microsoft, etc. Tailscale is not an identity provider (there are no Tailscale passwords, for instance); we're a "relying party" of other identity providers.
|
Somebody who proves you are who you say you are: Google, Okta, Microsoft, etc. Tailscale is not an identity provider (there are no Tailscale passwords, for instance); we're a "relying party" of other identity providers.
|
||||||
|
|
||||||
|
## Machine
|
||||||
|
|
||||||
|
A specific physical device, regardless of who uses it.
|
||||||
|
|
||||||
|
## Machine Key
|
||||||
|
|
||||||
|
A public/private keypair per machine. Multiple users can use a single machine (e.g. different logins on that mac/windows/linux desktop) but they'll all have the same machine key. Each user on that machine is then a unique Node.
|
||||||
|
|
||||||
|
## Node
|
||||||
|
|
||||||
|
A combination of a user & machine.
|
||||||
|
|
||||||
|
## WireGuard
|
||||||
|
|
||||||
|
WireGuard is the underlying cryptographic protocol that Tailscale speaks. See https://www.wireguard.com/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user