SSH密钥配置
2010年4月15日
1 条评论
linux 创建
#ssh-keygen -t rsa
[root@viyin.net ~]# ls ~/.ssh/
id_rsa id_rsa.pub known_hosts
CRT-工具-创建公钥-RSA
生成密钥.
上传CRT所生成的Identity.pub 到~/.ssh/
ssh-keygen -X -f Identity.pub >> /root/.ssh/authorized_keys (SSH配置文件里默认文件名)