Get public key from pemfile handy for AWS EC2 Users

in #linux8 years ago

See the question on stackoverflow:
https://stackoverflow.com/questions/38401719/how-do-i-get-the-public-key-of-an-pem-file

$ cd $HOME/.ssh

$ chmod 600 somekey.pem

$ ssh-keygen -f somekey.pem -y > somekey.pub

Now add pem key's public key to a new server:

$ ssh-copy-id -i $HOME/.ssh/somekey.pub someuser@yourserver.com

Coin Marketplace

STEEM 0.07
TRX 0.30
JST 0.056
BTC 74676.67
ETH 2331.82
USDT 1.00
SBD 0.52