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
ssh user@n900 "mv .profile .profile.no"
ssh root@n900