Ubuntu ssh server
今天在虚拟机安装了Ubuntu 14发现,居然没有ssh-server
所以去网上找了一个下载过来
pdgk -i *** 安装,居然失败
原来是有依赖libck-connector0和openssh-sftp-server
把这两个依赖安装之后就能安装ssh-server了
ps -e|grep ssh
1698 ?00:00:00 ssh-agent
4473 ?00:00:00 ssh
启动成功
/etc/init.d/ssh restrat 重启
页:
[1]