ubuntu8.10安装sshd5.1
时间:2009-03-23 来源:sjhf
在openssh的网站上下载一个tar包 tar zxvf openssd**.tar.gz cd openssd** ./configure --prefix=/usr/local 报错了 sudo apt-get install libcurl4-openssl-dev sudo apt-get install libssl-ocaml-dev sudo apt-get install libssl-dev 安装完成后能顺利 make make install 又报错: make: [check-config] 错误 255 vi /etc/passwd 添加一句 sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin vi /etc/shadow sshd:!!:12506:0:99999:7::: 这样就可以了 |
相关阅读 更多 +