Checking Trainers…
termon
Find your monsters. Meet your rivals.
A multiplayer adventure in your terminal.
Paste into your terminal
ssh termon.shNo install. No signup. View secure SSH command ↗
key_dir=$(mktemp -d) &&
ssh-keygen -q -t ed25519 -N '' -C termon -f "$key_dir/key" &&
printf '%s\n' 'termon.sh ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID2Yj+MPGVavifzLj7dBFACA9kPwCCg7w8gaWRRgbEUb' > "$key_dir/known_hosts" &&
printf 'Keep this key to return to your Trainer: %s\n' "$key_dir/key" &&
ssh -F /dev/null -i "$key_dir/key" -o IdentitiesOnly=yes -o StrictHostKeyChecking=yes -o UserKnownHostsFile="$key_dir/known_hosts" termon.sh
Creates a throwaway key and pins the server. Paste into a terminal with OpenSSH. Keep the generated private key to return to the same Trainer; temporary files may be cleared by your system.