From 7ec2d599b46e4d5b5b76fb661bd8fe3e1921b1d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 19 Mar 2026 23:33:23 +0100 Subject: [PATCH] Update teleport-install.sh --- install/teleport-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/teleport-install.sh b/install/teleport-install.sh index 4f154c31e..c98bcb466 100644 --- a/install/teleport-install.sh +++ b/install/teleport-install.sh @@ -25,8 +25,8 @@ $STD apt install -y teleport $STD teleport configure -o /etc/teleport.yaml systemctl enable -q --now teleport sleep 10 -tctl users add teleport-admin --roles=editor,access --logins=root >~/teleportadmin.creds -sed -i "s|https://[^:]*:3080|https://${LOCAL_IP}:3080|g" ~/teleportadmin.creds +tctl users add teleport-admin --roles=editor,access --logins=root >~/teleportadmin.txt +sed -i "s|https://[^:]*:3080|https://${LOCAL_IP}:3080|g" ~/teleportadmin.txt msg_ok "Configured Teleport" motd_ssh