ssh-keygen 명령어: SSH 키 생성 예제
ssh-keygen으로 Ed25519/RSA SSH 키를 만들고 파일명, 주석, 패스프레이즈, 지문, GitHub 및 서버 접속을 확인하는 예제입니다.
- ssh-keygen is the OpenSSH command-line utility for creating and managing SSH key pairs.
- The recommended modern command is ssh-keygen -t ed25519 -C "you@example.com".
- Use ssh-keygen -t rsa -b 4096 only for older systems that do not support Ed25519.
ssh-keygen 명령어: SSH 키 생성 예제
SSH 키 생성기: 온라인으로 SSH 키 만들기