View Single Post
Posts: 63 | Thanked: 139 times | Joined on Apr 2010
#10
Originally Posted by rantom View Post

Anyways, I'm having some trouble in here now. I can't send the damned RSA via SSH, haven't tried though Bluetooth yet. I do manage to make the connection but every time I do it, the X-Term only prints
Code:
/Users/NICK/.ssh/authorized_keys/: Is a directory
and I fail to receive the file.
I don't have an OS X at hand, so I'll have to guess... If your authorized_keys really is a directory my guess is you should place the file inside it.

Like this:
cat ~/.ssh/id_urpo | ssh user@computer 'cat >> ~./ssh/authorized_keys/id_urpo'