On Monday, March 18, 2013 11:11:55 AM UTC-7, Robert Ginda wrote:
Did you select the keypair after importing it? It's not automatically selected after importing.
Si.
Excellent. Here's the relevant portion:
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /.ssh/cb
debug1: key_parse_private_pem: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/.ssh/cb': [I type return]
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
j...@acme.com's password: [I type the password]
debug1: Enabling compression at level 6.
debug1: Authentication succeeded (password).
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /.ssh/cb
debug1: key_parse_private_pem: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/.ssh/cb':
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
j...@acme.com's password:
debug1: Enabling compression at level 6.
debug1: Authentication succeeded (password).
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Trying private key: /.ssh/cb
debug1: key_parse_private_pem: PEM_read_PrivateKey failed
debug1: read PEM private key done: type <unknown>
Enter passphrase for key '/.ssh/cb':
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: publickey,password,keyboard-interactive
debug1: Next authentication method: password
j...@acme.com's password:
debug1: Enabling compression at level 6.
debug1: Authentication succeeded (password).
So indeed something is wrong with the keypair I imported. I'll try making/installing/importing another one.