Using SSH through GoodCloud

Can we do SSH (like we do with WinSCP) remotely through GoodCloud?
I want to know if I can access internally the router for the route: /etc/rc.button/reset remotely.
If this is possible, any tutorial on how to do that?

Thanks in advance.

You have remote access

Thank you so much.
Any toturial on how to remove the reset function in the router via SSH?

You can remove or modify /etc/rc.button/reset so that the reset button does not work.
But you can still reset the router using shell command.

Thank you again for the info.

Is there any steps to do this through SSH remotely, I mean any commands I can use to do it when you login ssh remotely via Goodcloud?

Hi @alzhao ,

Is there any steps to do this through SSH remotely, I mean any commands I can use to do it when you login ssh remotely via Goodcloud?

Do you mean you want to modify /etc/rc.button/reset ?

In ssh terminal, you can use vi or nano. But it is a different story.
vi is installed by default.
nano may need to install first. This is eaiser for beginners.

Yes @alzhao i want to do that remotely though Goodcloud SSH.

Can you please clarify what nano is? Is this a command?

nano is a program to edit files in Linux.

opkg update
opkg install nano
nano /etc/rc.button/reset


Thank you so much for the information @alzhao.
Actually, I found out an easier way to do this without installing nano which is just using the command “rm” and the enter the directory I wanted to romove.

1 Like