Install the host package on the machine you want to reach, then return to the workspace and pair it with your account.
# Add the DirectGate signing keycurl -fsSL https://pkg.directgate.io/keys/directgate.asc \ | sudo gpg --dearmor -o /usr/share/keyrings/directgate.gpg# Add the DirectGate repositoryecho "deb [signed-by=/usr/share/keyrings/directgate.gpg] https://pkg.directgate.io/apt stable main" \ | sudo tee /etc/apt/sources.list.d/directgate.list# Installsudo apt updatesudo apt install directgate# Add the DirectGate signing keysudo rpm --import https://pkg.directgate.io/keys/directgate.asc# Add the DirectGate repositorysudo tee /etc/yum.repos.d/directgate.repo >/dev/null <<'EOF'[directgate]name=DirectGatebaseurl=https://pkg.directgate.io/rpm/el/8/$basearchenabled=1gpgcheck=1repo_gpgcheck=0gpgkey=https://pkg.directgate.io/keys/directgate.ascEOF# Installsudo dnf install directgate# Add the DirectGate tapbrew tap directgate/directgate# Trust DirectGate tapbrew trust directgate/directgate# Installbrew install directgateDirectGate for 64-bit (x64) Windows. Download the installer and run it, then return to your workspace to pair the device.
bd150ab06ecf8c865aab5e26558465420e1bb809a1e450580dc6c7108a69cb3cIf your platform is not listed here, clone the agent and build it from source. DirectGate has a small dependency set and should build on most Unix-like systems. The project README will carry the build and install steps for source installs.
GitHub repository