Which command generates a 2048-bit RSA SSH key pair?
ssh-copy-id -t rsa -b 2048
ssh-keygen -t rsa -b 2048
ssh rsa@2048
ssh-keygen -t 2048 -b rsa