转:为Ubuntu 安装 SSH Server
程序员文章站
2022-06-07 20:36:28
...
转:http://bluewind1521.iteye.com/blog/895032
为Ubuntu 安装 SSH Server:
由于Ubuntu默认没有安装SSH Server,所以无法使用securtyCRT等工具
登录系统,在此介绍一下OpenSSH的安装配置:
sudo apt-get install openssh-server openssh-client
不过Ubuntu缺省已经安装了ssh client。
可以通过编辑 /etc/ssh/sshd_config 文件来配置 OpenSSH
编辑之前先备份 cp /etc/ssh/sshd_config /etc/ssh/sshd_config.bak
配置完成后重起:
sudo /etc/init.d/ssh restart 或者sudo service ssh start
查看ssh是否启动
ps -e | grep ssh 执行之后如果出现sshd,代表启动成功.
推荐阅读
-
Ubuntu Server 16.04下mysql8.0安装配置图文教程
-
ASP.NET Core部署前期准备 使用Hyper-V安装Ubuntu Server 16.10
-
在Ubuntu 16.04 Server上安装Zabbix的方法
-
ubuntu16.04下安装openssh-server报依赖错误的完美解决方法(非常不错)
-
ASP.NET Core部署前期准备 使用Hyper-V安装Ubuntu Server 16.10
-
Ubuntu Server 16.04下mysql8.0安装配置图文教程
-
Ubuntu 远程登陆服务器 ssh的安装和配置详解
-
Ubuntu18.04 Server版安装及使用(图文)
-
Ubuntu环境下SSH的安装及使用详解
-
Ubuntu Server 13.10 安装配置图解教程