Установка SSH в Ubuntu 14.04LTS

Привет всем, я пытался установить SSH в своем Ubuntu 14.04LTS, который находится в vmware, но в большинстве случаев я получаю следующее сообщение об ошибке, пожалуйста, что может быть не так?

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:
 ssh : Depends: openssh-server (>= 1:6.6p1-2ubuntu2.8) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

1 ответ

Откройте терминал и введите:

sudo apt-get update  
sudo apt-get install openssh-client # client for secure access to remote machines  
sudo apt-get install aptitude  
sudo aptitude install ssh

Необязательные команды:

sudo apt-get install openssh-server # server for secure access from remote machines
sudo apt-get install hotssh # GUI front-end for ssh
Другие вопросы по тегам