From 19d7d58a64800dcc1d3eb50bc713478fae91bf33 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 18 Mar 2026 15:11:35 +0100 Subject: [PATCH] Teleport: remove silent --- install/teleport-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/teleport-install.sh b/install/teleport-install.sh index 15c69198..6879a422 100644 --- a/install/teleport-install.sh +++ b/install/teleport-install.sh @@ -25,7 +25,7 @@ $STD apt install -y teleport $STD teleport configure -o /etc/teleport.yaml systemctl enable -q --now teleport sleep 5 -$STD /usr/local/bin/tctl users add teleport-admin --roles=editor,access --logins=root >~/teleportadmin.creds +tctl users add teleport-admin --roles=editor,access --logins=root >~/teleportadmin.creds msg_ok "Configured Teleport" motd_ssh