1、一般我们安装好ubuntu系统后,首先就是更换国内的ubuntu源,使得更新及安装软件速度更快
sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup 备份下sources.list
vi /etc/apt/sources.list
14.10: vivid 替换为 utopic
14.04: vivid 替换为 trusty
将 ubuntu.com的源全部替换为 http://mirrors.163.com/ubuntu/
2、查看当前的ubuntu是否安装了ssh-server服务。默认只安装ssh-client服务。
3、安装SSH
apt-get install ssh
4、安装完成后查看服务是否启动
/etc/init.d/ssh status or ps -e | grep sshd
时间: 2024-11-05 18:53:13