linuxAmazon 服务器 的pem文件转换为公钥.pub 9月 20, 2019 - by 欧阳逍遥 - Leave a Comment pem转.pub 在Windows系统上就需要使用SecureCRT,Putty等工具,进行连接。但是AWS提供的XXX.pem文件,不能直接在这些工具里使用,需要做一些处理,才可以。 1、使用XXX.pem文件生成一个公钥文件XXX.pem.pub $ ssh-keygen -y -f XXX.pem > XXX.pem.pub