摘要:
ssh命令格式:[root@localhost ~]# ssh --helpusage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-e... 阅读全文
posted @ 2015-07-14 11:10
channy14
阅读(3886)
评论(0)
推荐(0)
|
摘要:
ssh命令格式:[root@localhost ~]# ssh --helpusage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec] [-D [bind_address:]port] [-e... 阅读全文
posted @ 2015-07-14 11:10
channy14
阅读(3886)
评论(0)
推荐(0)
摘要:
两台机器之间建立信任关系的步骤:1. 在机器1上root用户执行ssh-keygen命令,生成建立安全信任关系的证书,直接Enter[root@CentOS64-x64 ~]# ssh-keygen -b 1024 -t rsaGenerating public/private rsa key pa... 阅读全文
posted @ 2015-07-14 10:27
channy14
阅读(2221)
评论(1)
推荐(0)
|