EvoTalk

19 三月, 2008

Ubuntu 7.1 Install sshd

Posted by: asd In: Unix ()

首先更新 apt-get
編輯 /etc/apt/sources.list,加入台大站台

CODE:
  1. deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper main restricted universe multiverse
  2. deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper main restricted universe multiverse
  3. deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-updates main restricted universe multiverse
  4. deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-updates main restricted universe multiverse
  5. deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-backports main restricted universe multiverse
  6. deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-backports main restricted universe multiverse
  7. deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-security main restricted universe multiverse
  8. deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-security main restricted universe multiverse

執行

apt-get update

安裝 sshd

apt-get install openssh-server

會出現所依賴的 openssh-client 版本不符合,先移除它,再安裝

apt-get remove openssh-client
apt-get install openssh-client
apt-get install openssh-server

Tags: ,

Releated Posts



No Responses to "Ubuntu 7.1 Install sshd"

Comment Form