2048비트 RSA SSH 키 쌍을 생성하는 명령은 무엇인가요?
ssh-keygen -t rsa -b 2048
ssh rsa@2048
ssh-keygen -t 2048 -b rsa
ssh-copy-id -t rsa -b 2048