View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#6
Originally Posted by v13 View Post
Install ssh via application manager.

From a (linux) PC run:

Code:
ssh user@n900 "mv .profile .profile.no"
This should execute the command without spawning a login shell (a.k.a. without sourcing .profile). If this fails then you can always try to set the root password (I believe that openssh asks for the root password when it is installed) and connect as root:

Code:
ssh root@n900
And how would he install ssh if he can't use his N900/open App manager?