ssh - debug1: Offering public key: username@hostname -


I am trying to configure my laptop with my old key though still a SSP key is missing. During an SSH-V connection, I still have the key available on my old machine, but not new:

  ... debug1: offering public key: username @ hostname .. .   

How do I export this key?

Thank you!

Someone should use all the available keys in the following top list:

 < Code> ssh-add -l   

This output is given, it is easy to track the used public / private key pair.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -