您当前的位置:首页 > 计算机 > 系统应用 > Linux

Ubuntu安装和配置ssh教程

时间:02-02来源:作者:点击数:

一般Ubuntu都会默认安装openssh-client,但是没有安装openssh-server。

安装ssh服务器

sudo apt install openssh-server

安装ssh客户端

sudo apt install openssh-client

配置ssh客户端,去掉PasswordAuthentication yes前面的#号,保存退出

sudo vi /etc/ssh/ssh_config

配置ssh服务器,把PermitRootLogin prohibit-password改成PermitRootLogin yes,保存退出。

重启ssh服务

sudo /etc/init.d/ssh restart
方便获取更多学习、工作、生活信息请关注本站微信公众号城东书院 微信服务号城东书院 微信订阅号
推荐内容
相关内容
栏目更新
栏目热门