WARNING: The commands shown are for reference only. Modify IPs and pathes to match your own environment
--------
SETUP: PC on network running a terminal
------ EV3 running on network with WiFi dongle or wired ethernet
GET IP: Get EV3 IP address (X.X.X.X) from the bottom of "Brick Info"
-------
OPEN TELNET: Open a telnet connection on a PC terminal to the EV3 IP address (X.X.X.X)
------------
telnet X.X.X.X
GET PROMPT: EV3 will asks for login
----------- Type "root" as login and the EV3 should give a prompt like:
root@EV3:~#
START SSH SERVER:
-----------------
/etc/init.d/dropbear start
TERMINATE TELNET:
-----------------
exit