Re: Cannot start ssh server
Which patches do you have on the system, in particular with regard to the
openssl and openssh packages? When did this break, and what preceded it
breaking in terms of things you (or others) did on the system?
My SLES 11 SP3 x86_64 systems, with various patch levels, all work.
--
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below...
Re: Cannot start ssh server
The ssh server have not started after installing a group of patches. I didn't write down the list of the patches.. (to my shame..) but I believe the patches include openssh, libopenssl, openssl, etc.
The versions of the patches are as follows.
openssh version: 6.2p2-0.21.1
openssh-askpass version: 6.2p2-0.21.1
libopenssl0_9_8 version: 0.9.8x-9.1.5
libopenssl1_0_0 version: 1.0.1i-2.1.4
openssl version: 1.0.1i-2.1.4
openssl-certs version: 1.97-0.3.1
Are there any incompatibilities between them?
Thanks!
Jae
Re: Cannot start ssh server
Hi Jae,
Quote:
Originally Posted by
jwookyoo
The ssh server have not started after installing a group of patches. I didn't write down the list of the patches.. (to my shame..)
never be ashamed of not doing something, when your computer does it for you: /var/log/zypp/history :)
Regards,
Jens
Re: Cannot start ssh server
Another option is see the order of installed things on your box:
Code:
rpm -qa --last | less
--
Good luck.
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below...
Re: Cannot start ssh server
Thanks for the information! I'm learning SUSE :-)