login performs the same bind for any subsequent device.
Example
Flags
Same astunnelbyte signup - --email is the only user-facing flag.
How is this different from signup?
signupis for someone with no account yet. Creates the account, sends the first magic link.loginis for someone with an existing account who’s installing on another device. Doesn’t create anything new; just links this device.
signup with an email that already has an account, the server treats it as a login and sends a magic link - but login is the right verb to use, since it doesn’t promise tier changes.
See also
tunnelbyte logout- unlink this device.tunnelbyte signup- create the account.