Sep 162012
Get the ssh public key from private key file
Answer:
Sometimes, you want to generate the ssh public key from the private key, here is a simple command:
# ssh-keygen -y -f id_rsa
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Get the ssh public key from private key file
Answer:
Sometimes, you want to generate the ssh public key from the private key, here is a simple command:
# ssh-keygen -y -f id_rsa