1.启动SSH服务:service sshd start

2.开机自动启动SSH:chkconfig sshd on

3.获取Linux的ip地址:ifconfig

4.连接Linux的SSH:打开xshell,输入ssh [Linux IP地址]

5.SSH一般操作:

new:      Creates a new session.
open:     Opens a session or the session dialog box.
edit:     Opens the Session Property dialog box for a session.
list:     Lists information of all available sessions.
cd:       Changes the current working directory.
pwd:      Shows the current working directory.
set:      Sets options.
clear:    Clears the screen/address/command history.
help:     Displays this help. '?' does the same.
quit:     Quits Local Shell. 'exit' does the same.
ssh:      Connects to a host using the SSH protocol.
telnet:   Connects to a host using the TELNET protocol.
rlogin:   Connects to a host using the RLOGIN protocol.
sftp:     Connects to a host to transfer files securely.
ftp:      Connects to a host to transfer files.
disconnect:    Closes connection of this session.
reconnect:     Reconnects this session.

最新文章

  1. Distributed4:SQL Server 分布式数据库性能测试
  2. MVC缺点
  3. sql经常会遇到“将截断二进制或字符串”的错误——处理办法
  4. [DL学习笔记]从人工神经网络到卷积神经网络_2_卷积神经网络
  5. P1835 素数密度_NOI导刊2011提高(04)
  6. java Thread和Runnable区别
  7. ACM: A Simple Problem with Integers 解题报告-线段树
  8. 类似title的鼠标跟随事件
  9. iOS不得姐项目--推荐关注模块(一个控制器控制两个tableView),数据重复请求的问题,分页数据的加载,上拉下拉刷新(MJRefresh)
  10. LA 4670 (AC自动机 模板题) Dominating Patterns
  11. JQuery与DOM中的区别
  12. linux系统启动
  13. 关于在页面上执行sql语句
  14. python成长之路16
  15. AngularJS的工作原理
  16. (转载)Oracle12g安装图解与安装过程常见问题注意事项
  17. bat——批量删除文件文件夹
  18. Metasploit渗透测试实际应用
  19. 学习笔记TF046:TensoFlow开发环境,Mac、Ubuntu/Linux、Windows,CPU版本、GPU版本
  20. JS 数据处理技巧及小算法汇总

热门文章

  1. oracle 存储过程(1)
  2. EasyNVR实现海康、大华NVR硬盘录像机Web无插件播放方案(支持取特定时间段视频流)
  3. cmake policy
  4. TCP/UDP server
  5. JavaScript library of crypto standards. 看源码
  6. 2017-2018-1 20179209《Linux内核原理与分析》第三周作业
  7. Chrome性能分析工具lightHouse用法指南
  8. Java图像处理最快技术:ImageJ 学习第一篇
  9. linux中查看python的安装路径
  10. Android Weekly Notes Issue #255