> 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