ConFoo Montreal 2026: Call for Papers

Voting

: three minus zero?
(Example: nine)

The Note You're Voting On

christian at cvj dot se
13 years ago
On my linux debian server running php communicating with another linux debian server I had problems getting rsa to work. dsa worked out of the box. I got it to work by doing the following in terminal

* ssh-keygen -t rsa
.... PUBFILE
* ssh-keygen -f PUBFILE -e
OUTPUT

id_rsa.pub =
ssh-rsa OUTPUT [COMMENT]

<< Back to user notes page

To Top