Chore(Fix): Added CLI Guide + Refractor API Key Page UI

Refractor SSH Key Page
Fix Vite config env load
This commit is contained in:
2026-03-22 15:36:17 +05:45
parent 0b0adb69e6
commit e6b9081d7f
7 changed files with 335 additions and 197 deletions
-3
View File
@@ -824,9 +824,6 @@ TrustedUserCAKeys /etc/ssh/trusted_user_ca`}
className="font-mono text-xs pr-10"
rows={6}
/>
<div className="absolute top-2 right-2">
<CopyButton text={`echo '${challengeText}' > /tmp/challenge.txt\nssh-keygen -Y sign \\\n -f ~/.ssh/id_ed25519 \\\n -n file \\\n /tmp/challenge.txt\ncat /tmp/challenge.txt.sig | base64 -w0`} />
</div>
</div>
</div>