Three ways to give the AI secure, temporary access to your systems — each designed with zero-persistence and full encryption.
Generate a dedicated keypair for Moreslot. The AI uses it for the session duration and it's revocable instantly. Never share your root password — a scoped key is all that's needed.
ssh-keygen -t ed25519 -C "moreslot-session"
echo "<pub-key>" >> ~/.ssh/authorized_keys
For on-site access. Generate a QR code in the Moreslot app. Scan with your phone. A WireGuard tunnel opens directly to your infrastructure — no inbound ports needed.
Deploy a Moreslot relay agent inside your network. The agent establishes an outbound-only encrypted connection. No inbound firewall rules required. Full audit log on every byte.
curl -s relay.moreslot.com/install | bash
Every access method is built on the same four non-negotiable security commitments.
Sessions expire automatically on completion. No backdoors, no lingering credentials, no persistent agents unless explicitly maintained.
You generate the keys. You control revocation. Moreslot never holds master credentials or maintains independent access outside of a live session.
Every session has a maximum duration configured at creation. Sessions auto-expire when the operation is complete or the time limit is reached — whichever comes first.
Every access is logged with timestamp, operator, actions taken, and outcome. Audit reports are cryptographically sealed and available in your dashboard permanently.
authorized_keys, end the WireGuard tunnel from your device, or remove the relay agent with a single command. The AI session will terminate within seconds. Partial operations are automatically rolled back to the last clean checkpoint.Choose your access method in the session request form and the AI walks you through setup. Most customers are connected in under 10 minutes.