From e6e3c47beb27008d968a5eba445aa61824cb961f Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 18 Mar 2026 15:42:11 +0100 Subject: [PATCH] Correct the admin log --- install/teleport-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/teleport-install.sh b/install/teleport-install.sh index 6879a422..312105d9 100644 --- a/install/teleport-install.sh +++ b/install/teleport-install.sh @@ -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