CentOS 安装openssh-server 并安卓连接服务器

前端之家收集整理的这篇文章主要介绍了CentOS 安装openssh-server 并安卓连接服务器前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

服务器:腾讯云Centos.

在Linux里面,有openssh-server 服务器端(sshd)
openssh-client 客户端(ssh)

Centos 安装 openssh-server

yum install openssh-server


启动服务

service sshd start


(已经安装好openssh-client)
 ssh -l 用户名 ip 进行登录ssh服务器


ssh服务器的默认端口是22

安卓客户端推荐:《Server Auditor》


原文链接:https://www.f2er.com/centos/376458.html

猜你在找的CentOS相关文章