The Following 4 Users Say Thank You to F2thaK For This Useful Post: | ||
![]() |
2011-10-25
, 12:48
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#2
|
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.
devel-su (password is rootme) passwd user (and enter some password)
![]() |
2011-10-25
, 13:11
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#3
|
![]() |
2011-10-25
, 13:28
|
Posts: 136 |
Thanked: 150 times |
Joined on Dec 2010
@ Finland
|
#4
|
![]() |
2011-10-25
, 13:30
|
|
Posts: 210 |
Thanked: 178 times |
Joined on Jan 2010
|
#5
|
![]() |
2011-10-25
, 13:43
|
Posts: 136 |
Thanked: 150 times |
Joined on Dec 2010
@ Finland
|
#6
|
The Following User Says Thank You to mooglez For This Useful Post: | ||
![]() |
2011-10-25
, 14:52
|
Posts: 1,808 |
Thanked: 4,272 times |
Joined on Feb 2011
@ Germany
|
#7
|
![]() |
2011-10-25
, 15:15
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#8
|
On N9 open terminal and run:
Then ssh in as 'user' using the password you just set.Code:devel-su (password is rootme) passwd user (and enter some password)
EDIT: Not sure you need to be root for that, simple 'passwd' as user could work too.
The Following User Says Thank You to uvatbc For This Useful Post: | ||
![]() |
2011-10-25
, 15:24
|
Posts: 136 |
Thanked: 150 times |
Joined on Dec 2010
@ Finland
|
#9
|
![]() |
2011-10-28
, 03:38
|
|
Posts: 79 |
Thanked: 47 times |
Joined on Oct 2011
@ Brisbane, AU
|
#10
|
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.
devel-su mkdir .ssh su - developer mkdir .ssh
$ scp ~/.ssh/id_dsa.pub root@[N9's IP]:.ssh/authorized_keys
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):
N9 / N900 Youtube Videos
N9 "Faster, Darker, Better" Theme Pack
---
www.F2thaK.com
Last edited by F2thaK; 2011-11-12 at 02:12.