Ubuntu子系统下载源配置

更改apt源

cat > /etc/apt/sources.list <<‘END’
#阿里云
deb http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ trusty-backports main restricted universe multiverse
END

更新源和软件

sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt update && sudo apt upgrade -y

vi /etc/ssh/sshd_config

默认是22端口,如果和windows端口冲突或你想换成其他的否则不用动

Port = 22

如果需要指定监听的IP则去除最左侧的井号,并配置对应IP,默认即监听PC所有IP

ListenAddress 0.0.0.0

如果你需要用 root 直接登录系统则此处改为 yes

PermitRootLogin yes

将 no 改为 yes 表示使用帐号密码方式登录

PasswordAuthentication yes

安装ssh并开启

apt autoremove openssh-server
sudo apt-get install openssh-client=1:6.6p1-2ubuntu2.13 -y
apt-get install openssh-server -y
service ssh restart

转载出自;https://www.cnblogs.com/chenzechao/p/10620292.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值