Thanks, that seems to work.But after I remove the 'testing' entries and run apt-get update, don't the testing entries remain?
Mark Purcell wrote:
I've got 'stable' installed, but I want to include the 'testing' version of openSSH...Include the testing line in apt.sources and update the packages and then type # apt-get install ssh/testing This will then only install the specific version of ssh and dependancies from testing. Have a look at apt-get(8) for more details. Mark