# Ubuntu phone: Writeable image and ssh access


$ phablet-config writable-image
$ adb shell
$ sudo su -
# cat /etc/init/ssh.override
manual
exec /usr/sbin/sshd -D
# setprop persist.service.ssh true
# ssh-keygen -A
# service ssh start
# netstat -putan
# reboot
$ ssh phablet@mx4
$ sudo su -
# apt-get update
# apt-get upgrade

No comments: