![]() |
2009-12-02
, 17:18
|
Posts: 62 |
Thanked: 18 times |
Joined on Dec 2009
@ Missouri, USA
|
#12
|
Really - wierd ? Try logging in then do a
to find out which log file it uses; if that doesn't work try /tmp instead.Code:find /var -mmin -5 -ls
![]() |
2009-12-02
, 17:39
|
Posts: 3,841 |
Thanked: 1,079 times |
Joined on Nov 2006
|
#13
|
![]() |
2009-12-03
, 21:33
|
Posts: 94 |
Thanked: 15 times |
Joined on Dec 2009
|
#14
|
![]() |
2009-12-03
, 22:17
|
Posts: 268 |
Thanked: 304 times |
Joined on Oct 2009
@ Orlando, USA
|
#15
|
2. Is anyone facing performance issues with SSH? i tried using putty to connect to the ssh server running on the N900. But the performance is quite slow. Takes 3-4 second for typed commands to show. Can wifi PSM be a reason ? (http://talk.maemo.org/showthread.php?p=380339)
![]() |
2009-12-04
, 09:36
|
Posts: 94 |
Thanked: 15 times |
Joined on Dec 2009
|
#16
|
![]() |
2009-12-06
, 00:43
|
Posts: 17 |
Thanked: 10 times |
Joined on Dec 2009
@ New York, NY, USA
|
#17
|
![]() |
2009-12-06
, 01:45
|
Posts: 17 |
Thanked: 10 times |
Joined on Dec 2009
@ New York, NY, USA
|
#18
|
![]() |
2009-12-11
, 22:43
|
Posts: 23 |
Thanked: 23 times |
Joined on Sep 2009
@ Vienna
|
#19
|
The Following User Says Thank You to strank For This Useful Post: | ||
![]() |
2009-12-12
, 03:48
|
Posts: 17 |
Thanked: 10 times |
Joined on Dec 2009
@ New York, NY, USA
|
#20
|
Thanks to everyone who posted a suggestion.
This is what I did, I ssh'ed in as root and gave `user' a password. Then I cleared the known_hosts files in both the N900 and the ubuntu machine. I also chmod'ed to 400 the file authorized_keys in the N900.
(I originally had copied the id_rsa.pub file ssh'ing as root and chown'ed the file to user:users to copy it to /home/users/authorized_keys. )
Now I can ssh in as `user' and I don't get prompted for the password, only the passphrase for the public key.
I plan to edit sshd_config to have
PasswordAuthentication no
PermitRootLogin no
I will also try installing rootsh to become root if necessary.
Thanks,