ssh-keygen命令用于为“ssh”生成、管理和转换认证密钥,它支持RSA和DSA两种认证密钥。
语法格式:ssh-keygen [参数]
常用参数:
参考实例
创建一个默认密钥:
[root@linuxcool ~]# ssh-keygen
使用-t参数创建一个指定密钥的类型并添加注释:
[root@linuxcool ~]# ssh-keygen -t rsa -C "your_email@example.com"
使用-e参数读取openssh的私钥或者公钥文件:
[root@linuxcool ~]# ssh-keygen -e
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)