View Single Post
Posts: 1,067 | Thanked: 2,383 times | Joined on Jan 2012 @ Finland
#23
Originally Posted by hourt.lim View Post
Also wanted to mention that opensh is returning a "not found" msg.
and the long version:
Code:
On linux side:
$ sudo apt-get install wget
$ wget http://alturl.com/4x6n2 -O opensh.deb
$ scp opensh.deb developer@192.168.2.15:.
$ ssh developer@192.168.2.15
and on device
$ killall pkgmgrd
$ pkgmgr install-file -f opensh.deb
$ opensh
$ passwd

Last edited by rainisto; 2012-05-11 at 15:51.
 

The Following User Says Thank You to rainisto For This Useful Post: