Correct the admin log

This commit is contained in:
tremor021
2026-03-18 15:42:11 +01:00
parent 19d7d58a64
commit e6e3c47beb

View File

@@ -26,6 +26,7 @@ $STD teleport configure -o /etc/teleport.yaml
systemctl enable -q --now teleport
sleep 5
tctl users add teleport-admin --roles=editor,access --logins=root >~/teleportadmin.creds
sed -i "s|https://[^:]*:3080|https://${LOCAL_IP}:3080|g" ~/teleportadmin.creds
msg_ok "Configured Teleport"
motd_ssh