I want to port forward on boot by command ssh -R port:ipaddress:port serveo.net
I want this command to be executed as soon as my raspberry pi (with raspbian lite) gets booted up.
I have tried by including command in /etc/rc.local but it didn't work... can some one help me with it.