![]() |
2010-02-24
, 15:10
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#81
|
![]() |
2010-02-24
, 15:14
|
Posts: 42 |
Thanked: 1 time |
Joined on Dec 2009
@ Finland
|
#82
|
![]() |
2010-02-24
, 15:23
|
Posts: 42 |
Thanked: 1 time |
Joined on Dec 2009
@ Finland
|
#83
|
![]() |
2010-02-24
, 15:26
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#84
|
Progress. I got the prompt about authentication not being established. But now I've suddenly lost the ability to ping "seriouser.mine.nu"
I can ping if I'm connected on WIFI but not 3g.
![]() |
2010-02-24
, 15:28
|
Posts: 42 |
Thanked: 1 time |
Joined on Dec 2009
@ Finland
|
#85
|
I can't ping it either - was this working earlier over 3g?
And the authentication prompt you're getting - is this the "host not recognised, do you want to save the key" prompt, or something else?
![]() |
2010-02-24
, 15:28
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#86
|
Okay now I can connect and it's asking for "root@seriouser.mine.nu's password" which isn't the one I set up while creating the RSA keys.
ls -al /home/user/.ssh
![]() |
2010-02-24
, 15:35
|
Posts: 42 |
Thanked: 1 time |
Joined on Dec 2009
@ Finland
|
#88
|
![]() |
2010-02-24
, 15:49
|
Posts: 3,617 |
Thanked: 2,412 times |
Joined on Nov 2009
@ Cambridge, UK
|
#89
|
sudo gainroot chown user: /home/user/.ssh/* chmod 600 /home/user/.ssh/* ls -al /home/user/.ssh
![]() |
2010-02-24
, 15:56
|
Posts: 42 |
Thanked: 1 time |
Joined on Dec 2009
@ Finland
|
#90
|
No, the reason things aren't working is that all the files are owned by root, not user. To fix this, run:
Code:sudo gainroot chown user: /home/user/.ssh/* chmod 600 /home/user/.ssh/* ls -al /home/user/.ssh