mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-17 18:38:39 +00:00
Updated Glossary (markdown)
parent
4a135e5dd1
commit
dedf6d82c7
23
Glossary.md
23
Glossary.md
@ -1,16 +1,27 @@
|
||||
# Glossary of Tailscale Terminology
|
||||
|
||||
## Machine
|
||||
## CLI
|
||||
|
||||
## Machine Key
|
||||
|
||||
## Node
|
||||
|
||||
A combination of a user & machine.
|
||||
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.
|
||||
|
||||
## 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.
|
||||
|
||||
## 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/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user