2. Install OpenSSH (both server and client).
3. Next we have to set a password for the default user.
sudo gainroot4. Start the ssh server
passwd user #user is the username of the default account
#enter your password when prompted
/etc/init.d/ssh restart #in case if it's already runningAccess the phone remotely using ssh as
user@the-ip-of-the-phone
. You can find the IP address using the ifconfig
command.