ssh-keygen -t rsa 生成密钥对后如何校验

ssh-keygen -t rsa 生成密钥对后如何校验一下呢
ssh-keygen -y -f id_rsa > id_rsa.pub.tobecompared

然后对比一下id_rsa.pub.tobecompared和id_rsa.pub

原文地址:https://www.cnblogs.com/heben/p/9452556.html