赞
踩
知识点1:ubuntu是debian系统的Linux系统发行版。
知识点2:想通过xshell等工具远程到Linux上,需要有openssh支持。
知识点3:debian系统的Linux默认软件包管理器是apt
sudo apt-get remove openssh-server openssh-client --purge -y
卸载软件,同时清除openssh的配置文件(/etc/ssh目录下)
apt-get install openssh-server openssh-client
systemctl restart ssh
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。