How to enable Teleport in SynetoOS 4

Written By Christian Castagna (Administrator)

Updated at November 13th, 2024

→ Applies to: SynetoOS 4.x

 

Step 1. Connect to SynetoOS appliance via SSH as admin

ssh admin@<your_ip_address_or_hostname>

 

Step 2. Remove bash_profile

rm ~admin/.bash_profile

After running the command, you need to perform logout and login again.

 

Step 3. Become Super User

sudo su

 

Step 4. Join a SynetoOS 4 system to Teleport (replace <customer_name> with the correct customer name)

curl -s https://storage.googleapis.com/stp-production/join-teleport.sh | bash -s -- <customer_name>