Moonshine
|
2007-12-10
, 22:27
|
|
Posts: 469 |
Thanked: 88 times |
Joined on Sep 2007
@ Montana
|
#11
|
|
2007-12-10
, 23:08
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#12
|
There are only two accounts on the N8x0s that I know of. One is the user named "user", and the other is the user "root". Unless you've added additional users to your tablet, you are SSHing into it as one of those two users from your Linux box. You would do the same with Putty.
|
2007-12-11
, 13:35
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#13
|
ssh user@n800.some.net
ssh n800.some.net
|
2007-12-11
, 19:11
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#14
|
Well, what command do you use in Linux?
If you're doing:then you're specifying "user" as the login name.Code:ssh user@n800.some.net
If you're doingthen ssh is guessing the login. Probably using your username on the linux box, but possibly something else. Check the man page for your ssh implementation to figure out what login it's using, then use the same with putty.Code:ssh n800.some.net