Eu tive o mesmo problema. Eu tentei isso e funciona para mim.
sudo apt-get install openssh-client=1:5.9p1-5ubuntu1
sudo apt-get install openssh-server
Eu tenho um problema ao instalar o servidor e o cliente openssh no desktop Ubuntu 12.04.
Eu quero criar um servidor doméstico, mas sou usuário do Windows e preciso de uma interface gráfica. Primeiro de tudo, usei o comando sudo apt-get update
e atualizei tudo. Quando eu digitei: sudo apt-get openssh-server
eu tenho isso:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
openssh-server : Depends: openssh-client (= 1:5.9p1-5ubuntu1) but 1:5.9p1-5ubuntu1.1 is to be installed
Recommends: ssh-import-id but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Sou um newb no Linux e pesquisei o erro ou o problema no Google, mas não houve resposta: /
Alguém pode ajudar?
Eu tive o mesmo problema. Eu tentei isso e funciona para mim.
sudo apt-get install openssh-client=1:5.9p1-5ubuntu1
sudo apt-get install openssh-server
Publicação porque passei muitas horas tentando descobrir isso:
A resposta de MadMike quase me levou até lá ... o que eu tive que fazer foi:
sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu precise main restricted"
sudo apt-get update
sudo apt-get install openssh-client=1:5.9p1-5ubuntu1
sudo apt-get install openssh-server
e pronto!
Na nova instalação do Ubuntu 12.04.5 Desktop i386, Acabei de ter o mesmo problema.
sudo apt-get install e2fslibs=1.42-1ubuntu2
sudo apt-get install openssh-client=1:5.9p1-5ubuntu1
sudo apt-get install openssh-server=1:5.9p1-5ubuntu1
Isso resolveu para mim.
Tags ssh