首页 > 其他 > 详细

SSH 配置 远程管理主机

时间:2017-03-06 09:59:45      阅读:199      评论:0      收藏:0      [点我收藏+]

远程管理有telnet明文传输 tcp23 临时服务

           ssh 秘闻传输  tcp22  系统服务 安全

ssh -----> openssh

yum -y install openssh

service sshd restart

chkconfig sshd on


当远程管理主机较慢时,修改服务端的配置文件/etc/ssh/sshd_config

GSSAPIAUthentication  no

如:ssh -X root@192.168.4.111



当(192.168.4.254)端口改2000

vim /etc/ssh/sshd _config

13 port 2000



真机  ssh -p 2000 root@192.168.4.254 (小P)



scp -rP  2000 /boot root@192.168.4.254:/root (这大P)



本文出自 “12336621” 博客,请务必保留此出处http://12346621.blog.51cto.com/12336621/1903491

SSH 配置 远程管理主机

原文:http://12346621.blog.51cto.com/12336621/1903491

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!