View Single Post
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#1
accessing N9 thru SSH over wifi


how do you do it?

Ive activated developer mode, run SDK connect, got IP and password and attempted to gain access. What user name do you use? I tried root and user. No go.

--------------------------------------------------------------------------------
Post PR1.1, to enable remote root login again (or rather make it controllable via
/etc/ssh/sshd_config like before):


Code:
echo -e 'mkdir -m 0755 -p /var/run/sshd\nexec /usr/sbin/sshd $SSHD_OPTS' >> /etc/default/ssh
pkill -9 /usr/sbin/sshd
annd reboot.

Last edited by F2thaK; 2011-11-12 at 02:12.
 

The Following 4 Users Say Thank You to F2thaK For This Useful Post: