Monday, January 20, 2014

archlinux on android/arm, ssh normal user chroot

I tried chroot to use archlinux on an android tablet. The normal user will get socket error while using ssh, but root works fine. In order to use ssh, add a grp and add your user into it.

groupadd -g 3003 aid_inet
gpasswd -a $USER aid_inet

No comments:

Post a Comment