SSH Keys
ssh-keygen -t ed25519 -C "me@example.com"
ssh-copy-id user@host관리
- ~/.ssh/id_ed25519 (개인키, 권한 600)
- ssh-agent로 passphrase 캐시
- GitHub·GitLab에 공개키 등록
SSH 공개·개인키 인증. RSA·ED25519·ECDSA. 비밀번호 없이 안전 접속.
ssh-keygen -t ed25519 -C "me@example.com"
ssh-copy-id user@host