Author: Tinu
Date: 16-12-01 01:25
You're article helped me a lot by setting up a ssh daemon without a password. Thanx.
But unfortunately it's only described for SSH1 and the remark/warning for SSH2 is missleading
You have to use
sss-keygen -t dsa
to create a pair of keys, which is then called id_dsa.pub and id_dsa.pub
The rest is as mentioned inyour warning.
|
|