Feat: Implemented SUDO Department & API Key

This commit is contained in:
2026-03-08 18:08:42 +05:45
parent 2dd6823b0f
commit 58929fbfef
7 changed files with 611 additions and 15 deletions
+2 -2
View File
@@ -689,9 +689,9 @@ export default function SSHKeysPage() {
</p>
<pre className="text-xs font-mono whitespace-pre-wrap break-all">
{`# On each SSH server:
echo '<ca_public_key>' >> /etc/ssh/trusted_user_ca_keys
echo '<ca_public_key>' >> /etc/ssh/trusted_user_ca
# In /etc/ssh/sshd_config:
TrustedUserCAKeys /etc/ssh/trusted_user_ca_keys`}
TrustedUserCAKeys /etc/ssh/trusted_user_ca`}
</pre>
</div>
</div>