Open-source · Safe · Reversible

Fake SSH

A harmless prank for colleagues who forget to lock their screen. Plants an SSH key — and cleans everything up on uninstall.

scroll

Built to be harmless

Everything is transparent, reversible, and scoped to one file.

One command install

A single curl command plants the key. Your colleague won't notice until they check their SSH folder.

Visible in your dashboard

Every key is logged to your admin panel so you always know who's been pranked and when.

Full uninstall

The uninstall script removes the key from the device and the database — no trace left behind.

No elevated permissions

Only writes to ~/.ssh. No sudo, no system modifications, no persistence beyond the key itself.

Reversible by design

Pre-existing keys are never touched. The installer tracks what it created so only that gets removed.

Open source

Read every line on GitHub. No surprises, no telemetry beyond the key record stored in your own database.

Four steps, start to finish

01

Send the link

Share the install URL with your (unlocked) colleague's terminal open.

02

Key is generated

An ed25519 key is created at ~/.ssh/id_ed25519 and logged to your dashboard.

03

They find out

Point them to their SSH folder. Lesson learned about locking screens.

04

Clean slate

Run the uninstall URL — key removed from device and database instantly.