Andrew Muro
unread,Apr 19, 2011, 4:58:49 PM4/19/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Webistrano
so to use ssh public key authentication, you need to generate keys for
the remote ssh user and obviously make them readable by the user who
initiates the ssh session. in webistrano's case, it's the web server
user, apache (or www-data on debian, i think).
it seems like a really bad idea for a user's rsa private key to be
readable by apache. am i thinking about this the wrong way?