Categories Cloud Linux

Create SSH Key in OpenSSH Format

Để tạo ssh key openssh format dùng lệnh sau:

ssh-keygen -t rsa -b 2048 -m PEM

-t rsa: chọn loại mã rsa
-b 2048: số bits cho mã, phổ biến là 2048 nhưng 4096 cũng hay được dùng
-m PEM: định dạng OpenSSH

More From Author

Leave a Reply

Your email address will not be published. Required fields are marked *