Some of my notes
Linux
Shell
open-source
Mac
Oracle
OCI
Spring
More
#
Creating an SSH Key Pair on the Command Line
ssh-keygen -t rsa -N "" -b 2048 -C "<key_name>" -f <path/root_name>
ssh-keygen
#
Reference Link
https://docs.cloud.oracle.com/iaas/Content/Compute/Tasks/managingkeypairs.htm
←
ssh 常用功能
vi vim tutorial
→