码迷,mamicode.com
首页 > 系统相关 > 详细

使用ssh和putty操控远程的linux server

时间:2014-06-09 20:51:22      阅读:370      评论:0      收藏:0      [点我收藏+]

标签:c   a   http   tar   get   使用   

  windows下没有openssh,今天这里使用openssh-server作为server,windows下使用putty作为client,

  putty主要流程分以下几步:

  step 1: 下载putty,url---> http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html。

  step 2: 使用putty,其实putty直接是一个exe应用程序,点击使用即可,建议放到system32目录下,这样直接在电脑下敲击运行就可(这是废话,你愿意放哪里都行,加到环境变量就okay啦)。

  step 3: 验证登陆,登陆需要一个ip和一个port,port默认为22,但一定要和server配套,如果server不是22,改了的话你就得另外指定,指定好了就可以登陆,让后你会得到一个登陆界面,输入用户名和密码就可以啦!

  openssh-server:

  step 1: 使用apt-get install openssh-server, 下载安装好。

  step 2: 使用service ssh start便可开启服务。

  step 3: 使用service ssh stop便可结束服务。

  step 4: 要想开机启动直接在/etc/init.d里面添加相应的脚本即可。

 

使用ssh和putty操控远程的linux server,布布扣,bubuko.com

使用ssh和putty操控远程的linux server

标签:c   a   http   tar   get   使用   

原文地址:http://www.cnblogs.com/luomingchuan/p/3777022.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!