LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-03-2005, 11:02 AM   #1
juanb
Member
 
Registered: May 2002
Posts: 401

Rep: Reputation: 30
Question upgrade to ssh please help


Hi,

I use fedora 4 I am using open ssh version 1.6.

I want to upgrade it to the latest open ssh beacuse of a volunrability found in 1.6 version.

I didnt installed ssh throw rpm but now I want to upgrade throw an rpm packge. how I do that properly? or shouldnt I use rpm now? and just compilt it myself?


also I ran yun few times but it didnt upgraded ssh is it beacuse I didnt installed it throw rpm in the first place?


thanks very much !

Juan

Last edited by juanb; 10-03-2005 at 11:17 AM.
 
Old 10-03-2005, 11:17 AM   #2
juanb
Member
 
Registered: May 2002
Posts: 401

Original Poster
Rep: Reputation: 30
in the last sentence I ment:

also I ran yun few times but it didnt upgraded ssh is it beacuse I didnt installed it throw RPM ssh in the first place?
 
Old 10-03-2005, 08:21 PM   #3
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
How did you install the first time?

If it was from source you will not be able to remove it automatically.

I would suggest just using the rpm, it should overwrite the old files.

Restart the server and use 'ssh -V' to check it is the new one.
 
Old 10-03-2005, 09:05 PM   #4
TruckStuff
Member
 
Registered: Apr 2002
Posts: 498

Rep: Reputation: 30
Re: upgrade to ssh please help

Quote:
Originally posted by juanb
I use fedora 4 I am using open ssh version 1.6.

I want to upgrade it to the latest open ssh beacuse of a volunrability found in 1.6 version.
Ehhh... Why would you install a version of SSH over three years old onto a new OS???
 
Old 10-03-2005, 09:19 PM   #5
stickman
Senior Member
 
Registered: Sep 2002
Location: Nashville, TN
Posts: 1,552

Rep: Reputation: 53
Are you sure it's 1.6? I think FC4 comes with OpenSSH 4.1. There are updates for 4.2p1 on the Fedora site.
 
Old 10-04-2005, 10:39 AM   #6
juanb
Member
 
Registered: May 2002
Posts: 401

Original Poster
Rep: Reputation: 30
your all right my version is OpenSSH_3.6.1p2, so how I upgrade this version? I installed it from the distribution disks whan I installed the oeration system. it is not rpm.

thanks

Juan
 
Old 10-04-2005, 07:22 PM   #7
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
Quote:
I installed it from the distribution disks whan I installed the oeration system. it is not rpm.
If you installed it off the OS installation disks then it is an RPM. You can get updates to the packages that come with Fedora by running
Code:
yum update
. You don't need to go around chasing the latest version number because Fedora backports all the security fixes from the latest Openssh into their updates. www.fedorafaq.org/#getsoftware
 
Old 10-05-2005, 03:30 AM   #8
juanb
Member
 
Registered: May 2002
Posts: 401

Original Poster
Rep: Reputation: 30
I used yum update how come it tells me that there isnt nothong to update in my ssh version is old?

thanks

Juan
 
Old 10-05-2005, 04:04 AM   #9
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
Quote:
I used yum update how come it tells me that there isnt nothong to update in my ssh
version is old?
That's what I mean about backporting - the fedora people have taken the security fixes from the latest ssh release and backported them into their openssh 3.6 package. All major Linux distros do this, especially the pay-for 'enterprise' distros like RHEL and SLES, because its the only way to ensure a stable system where things work together.

If you look in the changelog for that RPM you should see mention of the security holes that have been dealt with.
 
Old 10-05-2005, 04:17 AM   #10
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
What does it say when you do
Code:
rpm -qa openssh*
 
Old 10-05-2005, 04:58 AM   #11
juanb
Member
 
Registered: May 2002
Posts: 401

Original Poster
Rep: Reputation: 30
this is the output:
penssh-3.6.1p2-19
openssh-server-3.6.1p2-19
openssh-askpass-3.6.1p2-19
openssh-askpass-gnome-3.6.1p2-19
openssh-clients-3.6.1p2-19
I go to /etc/ssh to configure parameters for my ssh server.

Juan
 
Old 10-05-2005, 05:58 PM   #12
tkedwards
Senior Member
 
Registered: Aug 2004
Location: Munich, Germany
Distribution: Opensuse 11.2
Posts: 1,549

Rep: Reputation: 52
Code:
rpm --changelog -q openssh
Will show what's in the changelog. However if you're running Fedora Core 4 you should get Openssh from the FC4 CDs or software repos using yum. Uninstall whatever openssh version you've got installed and reinstall it through yum or from the FC4 CDs. As stickman said before you should have got Openssh4.1 with Fedora 4 (http://download.fedora.redhat.com/pu...s/Fedora/RPMS/) so it should be on your CDs. You can then do a yum update to get the latest updates from Fedora.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
After kernel upgrade ssh no working mmmm Linux - Networking 4 09-18-2005 09:37 AM
SSH Upgrade help manya Linux - Security 3 06-04-2004 08:38 AM
SSH upgrade colombo Linux - Networking 1 05-29-2004 07:13 PM
SSH upgrade to 3.7.1 basserman Linux - Software 1 05-17-2004 02:40 PM
SSH Upgrade problems josephswagner Linux - Software 5 12-03-2002 03:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration