I've copied in both an RSA and DSA key, loaded them into ssh-agent using 
ssh-add
but when I try to scp, I see the following::
...
debug1: Next authentication method: gssapi-keyex
debug1: Next authentication method: gssapi-with-mic
debug1: Failed to acquire GSS-API credentials for any mechanisms (No 
credentials were supplied, or the credentials were unavailable or 
inaccessible
Unknown code 0
)
debug1: Next authentication method: publickey
debug1: Offering agent key: /home/<username>/.ssh/id_dsa
debug1: Authentications that can continue: 
gssapi-keyex,gssapi-with-mic,publickey,password,keyboard-interactive
debug1: Offering agent key: /home/<username>/.ssh/id_rsa
debug1: Authentications that can continue: 
gssapi-keyex,gssapi-with-mic,publickey,password,keyboard-interactive
debug1: Trying private key: /home/<username>/.ssh/identity
debug1: Trying public key: /home/<username>/.ssh/id_rsa
debug1: Authentications that can continue: 
gssapi-keyex,gssapi-with-mic,publickey,password,keyboard-interactive
debug1: Trying public key: /home/<username>/.ssh/id_dsa
debug1: Authentications that can continue: 
gssapi-keyex,gssapi-with-mic,publickey,password,keyboard-interactive
debug1: Next authentication method: keyboard-interactive
Password:

I've made sure it is only a single line, no trailing white space...what 
else?

Darren

_______________________________________________
website-discuss mailing list
[email protected]

Reply via email to