感谢支持
我们一直在努力

SSH Secure Shell Client—远程控制Linux工具

此工具可以使用命令远程控制Linux,而且可以方便地与Linux系统进行文件的交互,使其在LinuxWindows之间搭起一座便捷的桥梁。


Ubuntu安装使用SSH

ubuntu默认并没有安装ssh服务,如果通过ssh链接ubuntu,需要自己手动安装ssh-server。判断是否安装ssh服务,可以通过如下命令进行:


  1. www.linuxidc.com@linuxidc-desktop:~$ ssh localhost   
  2. ssh: connect to host localhost port 22: Connection refused   

www.linuxidc.com@linuxidc-desktop:~$ ssh localhost
ssh: connect to host localhost port 22: Connection refused

如上所示,表示没有还没有安装,可以通过apt安装,命令如下:


  1. www.linuxidc.com@linuxidc-desktop:~$ sudo apt-get install openssh-server  

www.linuxidc.com@linuxidc-desktop:~$ sudo apt-get install openssh-server

系统将自动进行安装,安装完成以后,先启动服务:


  1. www.linuxidc.com@linuxidc-desktop:~$ sudo /etc/init.d/ssh start  

www.linuxidc.com@linuxidc-desktop:~$ sudo /etc/init.d/ssh start

启动后,可以通过如下命令查看服务是否正确启动


  1. www.linuxidc.com@linuxidc-desktop:~$ ps -e|grep ssh   
  2. 6212 ?        00:00:00 sshd  

www.linuxidc.com@linuxidc-desktop:~$ ps -e|grep ssh
6212 ? 00:00:00 sshd

如上表示启动ok。注意,ssh默认的端口是22,可以更改端口,更改后先stop,
然后start就可以了。改配置在/etc/ssh/sshd_config下,如下所示。


  1. www.linuxidc.com@linuxidc-desktop:~$ vi /etc/ssh/sshd_config   
  2. # Package generated configuration file   
  3. # See the sshd(8) manpage for details   
  4. # What ports, IPs and protocols we listen for  
  5. Port 22  

www.linuxidc.com@linuxidc-desktop:~$ vi /etc/ssh/sshd_config
# Package generated configuration file
# See the sshd(8) manpage for details
# What ports, IPs and protocols we listen for
Port 22


最后,应该是连接的时候了。请看如下命令:


  1. www.linuxidc.com@linuxidc-desktop:~$ ssh excelJava@192.168.158.129  

www.linuxidc.com@linuxidc-desktop:~$ ssh exceljava@192.168.158.129
 
windows 安装客户端软件使用SSH Secure Shell Client远程控制Linux
1 安装SSH Secure Shell Client
window系统中安装SSH Secure Shell Client软件
2 启动SSH Secure Shell Client
SSH Secure Shell Client
完毕后,桌面会出现两个图标:

SSH Secure Shell Client—远程控制linux工具 - happy_xiaoxiao - 执子之手




双击第二个图标,启动SSH Secure Shell Client程序,出现如图所示界面:


   


SSH Secure Shell Client—远程控制linux工具 - happy_xiaoxiao - 执子之手




3 点击Quick Connecticut,进入连接界面


Host Name中填写Linux主机IP地址,User Name中填写Linux下的用户名(一般不用Root用户,除非对此用户进行设置后方可),其它两项不必改动。




SSH Secure Shell Client—远程控制linux工具 - happy_xiaoxiao - 执子之手



4 点击Connect按钮,出现输入密码提示,输入密码,进入Linux系统。用户就可以使用命令对Linux系统进行控制了。



使用SSH Secure Shell ClientLinux进行文件交互


(1)       启动SSH Secure Shell Client并登陆Linux系统


(2)       点击Quick Connect并输入相应内容




SSH Secure Shell Client—远程控制linux工具 - happy_xiaoxiao - 执子之手


  


该文件传输客户端的左面是本地文件,右面默认是登陆用户的目录。此时,用户就可以进行文件传输了。如果用户在使用过程中出现传输错误,请确认你使用的用户对文件拥有足够的权限。


 


     使用过程中可能会遇到乱码的问题:由于linux和windows的编码存在差异,所以会造成乱码现象。上网找了好久,好像是没有什么好的解决办法。如果是在linux下的,好像是可以改的。

赞(0) 打赏
转载请注明出处:服务器评测 » SSH Secure Shell Client—远程控制Linux工具
分享到: 更多 (0)

听说打赏我的人,都进福布斯排行榜啦!

支付宝扫一扫打赏

微信扫一扫打赏