ubuntu安装openssh-server

openssh-server是依赖于openssh-clienr的,那ubuntu不是自带了openssh-client吗?

原因是自带的openssh-clien与所要安装的openssh-server所依赖的版本不同,这里所依赖的版本是1:6.6p1-2ubuntu1

sudo apt-get install openssh-client=1:6.6p1-2ubuntu1

sudo apt-get install openssh-server
posted @ 2015-03-12 12:16  FookLook  阅读(188)  评论(0编辑  收藏  举报