Hi. I have openssh-2.5.2 installed in linux clients and solaris
servers. It was hard but I managed to succeed making the linux
clients didn't have to type passwords to connect using ssh.
Now it suddenly stopped working for some users !
We haven't insalled a new version of ssh in the server nor in
the clients. This is breaking our working tool.
We made it doing
# su - user -c ssh-keygen
Then , the file .ssh/identity.pub was copied as .ssh/authorized_keys
in the server.
Now it looks like we have to build some the keys again.
Questions:
- Do I have to do the ssh-keygen for all the users again ?
- How can I find out why is this happening ?
- What can I do so it doesn't happen again.
Thank you very much.
--
--Frankie