Summary
Introduce the product and domain foundation for automatic cloud session creation between clients that are already trusted by the current machine.
The goal is to let a user select one or more trusted clients and create a cloud session with them without manually sharing a session ID and password, while preserving ByteSync's existing trust model.
Context
The security analysis shows that ByteSync already has the key building blocks:
- persistent client identity based on RSA keys;
- local trusted public keys;
- silent trust checks when both sides already trust each other;
- encrypted session password and AES key exchange;
- mutual authentication through digital signatures.
This epic should define the first product-level contract for automatic sessions before UI and CLI surfaces are added.
Proposed scope
- Define the automatic trusted-session use case and terminology.
- Decide how a creator targets trusted clients by stable
ClientId.
- Validate limits such as maximum remote clients per session.
- Define how automatic session creation interacts with existing cloud session creation.
- Define failure states when a selected client is missing, offline, not mutually trusted, revoked, or incompatible.
- Keep the initial scope limited to clients that were already manually trusted.
Out of scope
- Zero-touch enrollment of brand new machines.
- PKI, MDM, or enterprise trust roots.
- Replacing the existing manual session flow.
- Weak token-only passwordless authentication.
Acceptance criteria
Security position
Automatic session creation must only remove repeated manual input. It must not remove the cryptographic trust requirement. A client can be auto-invited only if the relevant trust and authorization checks pass.
Summary
Introduce the product and domain foundation for automatic cloud session creation between clients that are already trusted by the current machine.
The goal is to let a user select one or more trusted clients and create a cloud session with them without manually sharing a session ID and password, while preserving ByteSync's existing trust model.
Context
The security analysis shows that ByteSync already has the key building blocks:
This epic should define the first product-level contract for automatic sessions before UI and CLI surfaces are added.
Proposed scope
ClientId.Out of scope
Acceptance criteria
ClientIdvalues.Security position
Automatic session creation must only remove repeated manual input. It must not remove the cryptographic trust requirement. A client can be auto-invited only if the relevant trust and authorization checks pass.