Teleport: increase sleep to 10s
This commit is contained in:
@@ -24,7 +24,7 @@ msg_info "Configuring Teleport"
|
|||||||
$STD apt install -y teleport
|
$STD apt install -y teleport
|
||||||
$STD teleport configure -o /etc/teleport.yaml
|
$STD teleport configure -o /etc/teleport.yaml
|
||||||
systemctl enable -q --now teleport
|
systemctl enable -q --now teleport
|
||||||
sleep 5
|
sleep 10
|
||||||
tctl users add teleport-admin --roles=editor,access --logins=root >~/teleportadmin.creds
|
tctl users add teleport-admin --roles=editor,access --logins=root >~/teleportadmin.creds
|
||||||
sed -i "s|https://[^:]*:3080|https://${LOCAL_IP}:3080|g" ~/teleportadmin.creds
|
sed -i "s|https://[^:]*:3080|https://${LOCAL_IP}:3080|g" ~/teleportadmin.creds
|
||||||
msg_ok "Configured Teleport"
|
msg_ok "Configured Teleport"
|
||||||
|
|||||||
Reference in New Issue
Block a user