码迷,mamicode.com
首页 >  
搜索关键字:ssh、ssh-keygen    ( 54个结果
linux-syslog,ssh,ssh-keygen,dropbear
Linux上的日志系统syslogsyslog-ng:开源日志系统:syslog()A:B:D:syslog服务进程:syslogd:系统,非内核产生的信息klogd:内核,专门负责记录内核产生的日志信息kernel-->物理终端(/dev/console)-->/var/log/dmesg#dmesg#cat/var/log/dmesg/sbin/init/var/log/messages:..
分类:系统相关   时间:2017-03-25 12:07:43    阅读次数:201
git 使用记录
拷贝远程库到本地 git clone URL 设置为本地库 git init 生成ssh ssh-keygen -t rsa -C "442966010@qq.com" cd ~/.ssh 拷贝其中数据 vi id_rsa.pub github 设置ssh 粘贴秘钥 设置邮箱和名字 git conf ...
分类:其他好文   时间:2017-03-23 13:32:08    阅读次数:123
ssh命令详解
ssh命令详解目录前言一、ssh命令1、Ssh参数解释2、如何连接远程主机3、利用Xstart在windos上连接linux桌面4、ssh客户端配置文件二、基于密钥认证登录1、在客户端生成密钥对2、把公钥文件传输至远程服务器对应用户的家目录3、查看已传输到远程主机上文件4、验证代理三、ssh端口..
分类:其他好文   时间:2016-12-05 02:50:14    阅读次数:849
Heartbeat+Haresources+NFS配置一个简单的HA高可用+资源共享集群
一定要先安装openssh和openssh-clients两个包192.168.139.2[root@www.ssh]#ssh-keygen-trsa-P‘‘//做ssh双机互信[root@www.ssh]#ssh-copy-id-i./id_rsa.pubroot@192.168.139.4___________________________________________________________________________________________192...
分类:其他好文   时间:2016-11-04 17:38:32    阅读次数:338
Rsync之数据同步
一、环境描述操作系统:CentOSrelease6.5(Final)机器A:10.10.10.102机器B:10.10.10.101业务要求:将B数据中的文件非实时同步到A机器中。二、操作步骤建立B到A的信任关系a、生成私钥和公钥[root@jy.ssh]#ssh-keygen-trsaGeneratingpublic/privatersakeypair.Enterfileinwhichtosa..
分类:其他好文   时间:2016-11-04 17:36:37    阅读次数:103
ubuntu无密码登录
A机(1)路径注意下(/root/.ssh/)ssh-keygen-trsa-P‘‘-f/root/.ssh/id_rsacat/root/.ssh/id_rsa.pub>>/root/.ssh/authorized_keysscp/root/.ssh/id_rsa.pubskinglzw3@192.168.128.132:/home/skinglzw3/B机cat./id_rsa.pub>>/root/.ssh/authorized_keys
分类:系统相关   时间:2016-10-28 16:04:12    阅读次数:189
windows 平台生成git key
jike@20161008-173839MINGW32~/.ssh $cd jike@20161008-173839MINGW32~ $mkdir~/.ssh jike@20161008-173839MINGW32~ $cd.ssh/ jike@20161008-173839MINGW32~/.ssh $ssh-keygen-trsa-CP‘‘ Generatingpublic/privatersakeypair. Enterfileinwhichtosavethekey(/c/Users/jike/..
分类:Windows程序   时间:2016-10-14 18:10:42    阅读次数:234
在coding上添加ssh-key
第一步:检查有没有ssh-key 第二步:生成ssh-key 第三步:添加到coding上或者Github上。 ls -al ~/.ssh ssh-keygen -t rsa -C "yourmail@emple.com" Created directory '/Users/linxiu/.ssh' ...
分类:其他好文   时间:2016-08-03 14:51:17    阅读次数:157
centos7 配置免密码登录
#生成ssh免登陆密钥 #进入到我的home目录 cd ~/.ssh ssh-keygen -t rsa (四个回车) 执行完这个命令后,会生成两个文件id_rsa(私钥)、id_rsa.pub(公钥) 将公钥拷贝到要免登陆的机器上 ssh-copy-id localhost ...
分类:其他好文   时间:2016-07-13 21:23:48    阅读次数:148
服务器无需密码互访设置
一、服务器配置1、在每台服务器上都执行ssh-keygen-trsa生成密钥[root@jw01.ssh]#ssh-keygen-trsa[root@jw02.ssh]#ssh-keygen-rrsa[root@kt01.ssh]#ssh-keygen-trsa[root@kt02.ssh]#ssh-keygen-trsaGeneratingpublic/privatersakeypair.Enterfileinwhichtosavethekey(/root/.ss..
分类:其他好文   时间:2016-06-24 20:42:27    阅读次数:96
54条   上一页 1 2 3 4 5 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!