博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年12月5日

摘要: 1、安装samba服务 [root@rhel6_80 samba]# yum -y install samba #安装samba [root@rhel6_80 samba]# rpm -qa |grep samba #查看是否已安装 samba-winbind-clients-3.6.9-164.e 阅读全文

posted @ 2016-12-05 13:13 琦的IT之旅 阅读(172) 评论(0) 推荐(0) 编辑

摘要: 1、启动、关闭、重置服务 (rhel7 为 systemctl)[root@rhel-6 ~]# service atd status #关闭atd服务 atd 已停[root@rhel-6 ~]# service atd start ... 阅读全文

posted @ 2016-12-05 13:12 琦的IT之旅 阅读(410) 评论(0) 推荐(0) 编辑

摘要: 1、ssh服务生成新的公钥和私钥[root@rhel6_80 ~]# ssh-keygen Generating public/private rsa key pair.Enter file in which to save the key (/root/.ssh/id_rsa): Enter passphrase (empty for no passphrase): Enter same pas... 阅读全文

posted @ 2016-12-05 11:56 琦的IT之旅 阅读(487) 评论(0) 推荐(0) 编辑

摘要: SSH协议:安全外壳协议。为Secure Shell 缩写。SSH为建立在应用层和传输层基础上的安全协议。 1、检查SSH服务端安装情况 [root@rhel6_84 ~]# rpm -qpi /mnt/Packages/openssh-server-5.3p1-94.el6.x86_64.rpm 阅读全文

posted @ 2016-12-05 11:09 琦的IT之旅 阅读(1510) 评论(0) 推荐(0) 编辑