You may try to run the following command to show your RSA fingerprint:
ssh-agent sh -c 'ssh-add; ssh-add -l' or public key:
ssh-agent sh -c 'ssh-add; ssh-add -L' If you've the message: 'The agent has no identities.', then you've to generate your RSA key by ssh-keygen first.