Ubuntu安装openssh
Posted carious
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu安装openssh相关的知识,希望对你有一定的参考价值。
Ubuntu安装openssh
1.更新源列表
sudo apt-get update
2.安装openssh
sudo apt-get install openssh-server
3.查看ssh服务是否启动
sudo ps -e |grep ssh # sshd服务是否开启,开启说明启动成功
4.配置文件修改 "/etc/ssh/sshd_config"
vim /etc/ssh/sshd_config
5.查看IP地址
sudo ifconfig
6.使用Putty连接
以上是关于Ubuntu安装openssh的主要内容,如果未能解决你的问题,请参考以下文章