Skip to main content
将openssh格式的私钥转成rsa格式ssh-keygen -p -m pem -f ~/.ssh/id_rsa
OKHK 👀
19:10 · 2023年12月12日 · 周二
将openssh格式的私钥转成rsa格式
ssh-keygen -p -m pem -f ~/.ssh/id_rsa
#Script
OKHK