My client send me today a public and a private rsa key to login to the sftp server. Is it possible to derive the domain and username from these files, or did he simply forget to mention them? He send me an email with the keys in the attachement and said i could find all information in the attached files.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
closed as off topic by cHao, GregS, Eugene Mayevski 'EldoS Corp, martin clayton, NullUserException♦ Nov 12 '11 at 18:30
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Take a look at the public key. At the end of the key, there should be a string that looks like this:
Assuming he created the key on the server, that's the host name. |
|||
|
|