User's Manual
※ NOTES ABOUT SSH ACCESS
This firmware version comes with SSH2 server. As default, we have the user
"root" with password "root".
To change the root's password, proceed as follow:
- Access the equipment through SSH terminal ( putty for example )
-type: "passwd"
-Type your new password and confirm
- Now, to permanet save the change, type: "salvar" - save in portuguese :)
This version comes with SSH client program. You can use it to remotelly connect
to another equipment.
※ FREEDOM TO CHANGE/EDIT PERSONAL SCRIPT VIA WEB
Go to menu Management -> Edit Script File. You can change the way you want.
After that, just press Save button. Now your script will be saved and executed!
※ FREEDOM TO CHANGE/EDIT/CREATE SCRIPTS VIA SSH TERMINAL
When connected via SSH, you can edit/create scripts inside /etc structure. To do
it, there is a popular linux editor: "vi".
All files from /etc, will be permanently saved if you type "salvar". So, be carefull
with your changes...
The main script file is /etc/init.sh, which is responsible for the entire system. You
can create your own script inside /etc and call it from /etc/init.sh.
NOTE: DO NOT FORGET TO TYPE "salvar" AFTER ANY CHANGE TO PERMANENTLY
SAVE IT INSIDE THE FLASH MEMORY! AGAIN, BE EXTRA CEREFULL WITH YOUR
CHANGES!
47