import { Form } from "react-router"; import Button from "~/components/button"; import Card from "~/components/card"; import Code from "~/components/code"; import Input from "~/components/input"; import Link from "~/components/link"; interface UserPromptProps { hostname: string; } export default function UserPrompt({ hostname }: UserPromptProps) { return (
{hostname}
{". "}
SSH via the web follows the same ACL rules as regular SSH access in Headscale, so only
permitted usernames will work.