Ubuntu安装和配置ssh

一般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

Ubuntu安装和配置ssh_第1张图片

四、配置ssh服务器,把PermitRootLogin proh

你可能感兴趣的:(《网络建设与运维》知识讲座,ubuntu,ssh)