View Single Post
Guest | Posts: n/a | Thanked: 0 times | Joined on
#22
Originally Posted by helihyv View Post
You probably have the private ssh key in your Mac, instead of the public key. The public key file ends with .pub (like id_urpo.pub ). It was created together with the private key.

The .pub part is missing from the URPO help and my earlier answer, sorry.

Try running this from your N900:

Code:
 cat ~/.ssh/id_urpo.pub | ssh user@computer 'cat >> ~./ssh/authorized_keys'
If it does not help try this one:

Code:
 cat ~/.ssh/id_urpo.pub | ssh user@computer 'cat >> ~./ssh/authorized_keys2'
You can't possibly imagine how close I'm to get mad in here. I can't get this thing to work and it's really pissing me off. I'm not blaming anyone here, since I was told that this would work with Linux, most likely not with OS X, even though it supports CUPS. And nope, I still can't get it to work. I've re-done every damn step and chmodded files but nope.

Anyways here's the debugs. With .pub and without it.

Code:
Tässä ikkunassa on tietoa, jonka avulla voi selvittää virhetilanteita
[Running command ssh -i /home/user/.ssh/id_urpo.pub rantom@10.0.0.4 env LANG=en lpstat -p ]
Prosessi päättyi paluuarvolla 255
ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory
Host key verification failed.

Yhdistämisessä virhe
Code:
[Running command ssh -i /home/user/.ssh/id_urpo rantom@10.0.0.4 env LANG=en lpstat -p ]
Prosessi päättyi paluuarvolla 255
ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory
Host key verification failed.

Yhdistämisessä virhe
And creating a new folder "authorized_keys2" didn't help either.