This commit is contained in:
miloschwartz
2026-02-25 17:42:00 -08:00
parent e09772c112
commit 2ea6656202

View File

@@ -21,7 +21,7 @@ You can SSH into any Pangolin site or private resource. Two components handle SS
<Card title="Newt (site connector)" icon="plug" href="#option-1-newt-as-the-auth-daemon-same-host"> <Card title="Newt (site connector)" icon="plug" href="#option-1-newt-as-the-auth-daemon-same-host">
Runs as a daemon and handles SSH for the host it runs on. Use this when the machine you want to SSH into is the same server running Newt. Runs as a daemon and handles SSH for the host it runs on. Use this when the machine you want to SSH into is the same server running Newt.
</Card> </Card>
<Card title="Auth daemon" icon="server" href="#option-2-external-auth-daemon-ssh-on-another-server-that-doesnt-run-newt"> <Card title="Auth daemon" icon="server" href="#option-2-external-auth-daemon-ssh-on-another-server-that-doesn%E2%80%99t-run-newt">
Handles SSH for other servers on the same network. Run the auth daemon on each target host; Newt on a bastion proxies connections to them. Handles SSH for other servers on the same network. Run the auth daemon on each target host; Newt on a bastion proxies connections to them.
</Card> </Card>
</CardGroup> </CardGroup>