get public key start with "ssh-rsa ~~~~"
But if you need to get public key start like "-----BEGIN PUBLIC KEY-----~~~~",
need to genertate another public key.
]$ openssl rsa -in {private_key_file} -pubout
you can get public key start with "-----BEGIN PUBLIC KEY-----~~~~"
'Develop > Linux' 카테고리의 다른 글
특정 파일 검색해서 해당 파일내에 특정 문구 추가하기 (0) | 2018.05.16 |
---|---|
Install NVIDIA Graphic driver on fedora linux (0) | 2018.05.04 |
[Linux] setup zsh shell (0) | 2018.02.22 |
open port with firewall-cmd (0) | 2018.02.13 |
dnf update Berkeley DB library error (0) | 2018.01.29 |