博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux 安装openssh-server, openssh-client
阅读量:5022 次
发布时间:2019-06-12

本文共 330 字,大约阅读时间需要 1 分钟。

linux 安装openssh-server, openssh-client

 

环境 Fedora 22 x86-64

1. 默认已经安装,未安装则:

$ sudo dnf install openssh-server

 

 

 

 

 

 

 

 

 

 

 

2. 服务是否启动:

$ ps -aux | grep sshd

root 3715 0.0 0.1 80928 6316 ? Ss 21:43 0:00 /usr/sbin/sshd -D

3. 未启动则:

$ sudo service sshd start

 

 

 

4. 终端登陆:

5. 为了更明显的区分ssh客户端登陆,安装一个客户端:

转载于:https://www.cnblogs.com/zhenggm20/p/4931650.html

你可能感兴趣的文章
HDU 2191 【多重背包】
查看>>
51nod 1433 0和5【数论/九余定理】
查看>>
【AHOI2013复仇】从一道题来看DFS及其优化的一般步骤和数组分层问题【转】
查看>>
less 分页显示文件内容
查看>>
如何对数据按某列进行分层处理
查看>>
[Qt] this application failed to start because it could not find or load the Qt platform plugin
查看>>
Git Submodule管理项目子模块
查看>>
学会和同事相处的30原则
查看>>
NOJ——1568走走走走走啊走(超级入门DP)
查看>>
文件操作
查看>>
Python:GUI之tkinter学习笔记3事件绑定(转载自https://www.cnblogs.com/progor/p/8505599.html)...
查看>>
jquery基本选择器
查看>>
hdu 1010 dfs搜索
查看>>
搭建wamp环境,数据库基础知识
查看>>
android中DatePicker和TimePicker的使用
查看>>
SpringMVC源码剖析(四)- DispatcherServlet请求转发的实现
查看>>
Android中获取应用程序(包)的大小-----PackageManager的使用(二)
查看>>
Codeforces Gym 100513M M. Variable Shadowing 暴力
查看>>
浅谈 Mybatis中的 ${ } 和 #{ }的区别
查看>>
CNN 笔记
查看>>