欢迎来到云服务器

系统配置

Debian 配置apt-get源安装SSH服务

说明:在没有接入网络的情况下,采用最小话方式安装debian,默认是没有配置apt-get源、没有安装远程管理服务SSH的,这个时候是无法使用apt-get install 在线安装软件的,也无法使用putty等远程管理客户端连接服务器,下面教大家配置apt-get源,在线安装SSH服务:
1、配置apt-get源

cp  /etc/apt/sources.list  /etc/apt/sources.listbak   #备份原有配置文件
       nano  /etc/apt/sources.list   #编辑

系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容版权所有,转载请注明出处及原文链接

Debian 配置apt-get源安装SSH服务
      注释掉本地光盘源这一行:

deb cdrom:[Debian GNU/Linux 6.0.4 _Squeeze_ - Official i386 DVD Binary-1 20120128-12:53]/ squeeze contrib main
      取消下面两行官方源前面的注释,添加以下代码:

deb http://mirrors.163.com/debian/ squeeze main non-free contrib
deb http://mirrors.163.com/debian/ squeeze-proposed-updates main contrib non-free
deb http://mirrors.163.com/debian-security/ squeeze/updates main contrib non-free
deb-src http://mirrors.163.com/debian/ squeeze main non-free contrib
deb-src http://mirrors.163.com/debian/ squeeze-proposed-updates main contrib non-free
deb-src http://mirrors.163.com/debian-security/ squeeze/updates main contrib non-free
deb http://ftp.sjtu.edu.cn/debian/ squeeze main non-free contrib
deb http://ftp.sjtu.edu.cn/debian/ squeeze-proposed-updates main  contrib  non-free
deb http://ftp.sjtu.edu.cn/debian-security/ squeeze/updates main  contrib  non-free
deb-src http://ftp.sjtu.edu.cn/debian/ squeeze main non-free contrib
deb-src http://ftp.sjtu.edu.cn/debian/ squeeze-proposed-updates main  contrib  non-free
deb-src http://ftp.sjtu.edu.cn/debian-security/ squeeze/updates main  contrib  non-free

ctrl+o   #保存配置
       ctrl+x   #退出
       apt-get update   #更新源
       apt-get upgrade  #更新系统

Debian 配置apt-get源安装SSH服务

系统运维 www.osyunwei.com 温馨提醒:qihang01原创内容版权所有,转载请注明出处及原文链接

Debian 配置apt-get源安装SSH服务

2、安装SSH服务

 apt-get install ssh     #安装ssh服务

Debian 配置apt-get源安装SSH服务

Debian 配置apt-get源安装SSH服务

至此,Debian配置apt-get源安装SSH服务教程完成,现在可以使用apt-get install安装软件、使用putty远程连接服务器了。

腾讯云代理

Copyright © 2003-2021 MFISP.COM. 国外vps服务器租用 梦飞云服务器租用 版权所有 粤ICP备11019662号