Open signup
Create one key and connect.
Verify the SSH host-key fingerprint through a separate trusted channel. Keep the private key on your computer at mode 0600. LEMC receives only the public key.
$ ssh-keygen -t ed25519 -a 64 -f ~/.ssh/lemc-demo
$ chmod 600 ~/.ssh/lemc-demo
$ ssh -t -p 22 \
-i ~/.ssh/lemc-demo \
-o IdentitiesOnly=yes \
-o StrictHostKeyChecking=yes \
demo.letemcook.dev