Chore: Rebranding Gatehouse to Secuird (UI)
This commit is contained in:
@@ -172,7 +172,7 @@ export default function LinkedAccountsPage() {
|
||||
<Alert className="mb-6">
|
||||
<AlertCircle className="w-4 h-4" />
|
||||
<AlertDescription>
|
||||
Linked accounts can only be used to sign in to an existing Gatehouse account.
|
||||
Linked accounts can only be used to sign in to an existing Secuird account.
|
||||
They cannot be used to create new accounts.
|
||||
</AlertDescription>
|
||||
</Alert>
|
||||
|
||||
@@ -658,7 +658,7 @@ export default function SSHKeysPage() {
|
||||
CA Public Key
|
||||
</CardTitle>
|
||||
<CardDescription>
|
||||
Add this key to <code>TrustedUserCAKeys</code> on your servers so they accept certificates issued by Gatehouse.
|
||||
Add this key to <code>TrustedUserCAKeys</code> on your servers so they accept certificates issued by Secuird.
|
||||
</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
@@ -821,7 +821,7 @@ TrustedUserCAKeys /etc/ssh/trusted_user_ca_keys`}
|
||||
{`echo '<challenge_text>' > /tmp/challenge.txt
|
||||
ssh-keygen -Y sign \\
|
||||
-f ~/.ssh/id_ed25519 \\
|
||||
-n gatehouse \\
|
||||
-n secuird \\
|
||||
/tmp/challenge.txt
|
||||
cat /tmp/challenge.txt.sig | base64 -w0`}
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user