Re: openSSH
kaktus <[email protected]>
| Newsgroups | gmane.linux.redhat.release.seawolf |
|---|---|
| Message-ID | <[email protected]> |
you can querry installed packs with command rpm -q to know if openssh is installed, execute command: rpm-qa | grep ssh if output looks like this, it's installed. [root@server /]# rpm -qa|grep ssh openssh-askpass-3.4p1-1 openssh-clients-3.4p1-1 openssh-server-3.4p1-1 openssh-3.4p1-1 be carefull with versions before 3.2, there is a backdoor in it. ugrade to 3.4 version (available in the valhalla 7.3 updates) you'll first need to upgrade openssl to openssl-0.9.6b-18 (also available on valhalla updates) upgrade is made with command rpm -Uvh <package.rpm> if upgrade gives error messages (conflicts or dependencies), command is rpm -Uvh --force --nodeps <package.rpm> [email protected] wrote: >... > >How do i know if i have a the openSSH utility in my Red Hat Linux 7.1 system? > >... > >------------------------------------------------- >Correo enviado por el servicio de correo Web >de la UPB http://www.upb.edu.co > > > >_______________________________________________ >Seawolf-list mailing list >[email protected] >https://listman.redhat.com/mailman/listinfo/seawolf-list > > >