import Link from '~/components/Link' import Button from '~/components/Button' import { Link as RemixLink } from '@remix-run/react' import { ArrowRightIcon } from '@primer/octicons-react' import { cn } from '~/utils/cn' export default function Page() { return (

Pre-Auth Keys

Headscale fully supports pre-authentication keys in order to easily add devices to your Tailnet. To learn more about using pre-authentication keys, visit the {' '} Tailscale documentation

Manage Auth Keys
) }