2

I need OpenSSH 4.8+ in order to do setup a clean chrooted SFTP on my Centos 5.4 with Remi and EPEL repositories.

Is there a repository for Centos which contain an updated OpenSSH?

Thanks!


Extra info :

I want OpenSSH 4.8+ in order to not install an extra library (RSSH) when OpenSSH can already handle it. However if you think that there is a cleaner and easier to maintain way to install a chrooted SFTP server let me know!

benjisail
  • 1,331
  • 5
  • 19
  • 32

1 Answers1

1

It's very easy to create your own OpenSSH package for CentOS because the OpenSSH source distribution contains an RPM spec file. Follow these instructions and grab the sources from here.

nlo
  • 341
  • 2
  • 3
  • From the instructions linked to by nlo: March 30, 2010: It was pointed out to me that Redhat has backported chroot functionality into its OpenSSH 4.3 packages, so these directions may not be neccessary anymore. Maybe the chroot bits needed have been backported? – gm3dmo Aug 06 '11 at 10:44