On the Remote Machine:
Install RUST
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install gdbserver
sudo apt-get install gdbserver
On the Remote Machine:
Install RUST
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install gdbserver
sudo apt-get install gdbserver