Questions tagged [key-authentication]

Questions pertaining to key authentication, a type of authentication that may be used as an alternative to password authentication. Instead of requiring a user's password, it is possible to confirm the client's identity by using asymmetric cryptography algorithms, with public and private keys.

392 questions
5
votes
1 answer

Who SSH'd into User using auth.log/RSA Key

Ubuntu 14.04: Using the auth.log im able to see: accepted publickey for $user from 192.168.xx.xx port xxxxx ssh2: RSA xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx Using that RSA Key how do i know which public key it is in…
0
votes
0 answers

SSH public key authentication error. Access to only one specific folder

I've a problem with SSH public key authentication. I'm a travel agent and need to give to the client (Amadeus) the access to only one folder on my server located in home directory, ex. xxx so I created SFTP user, ex. yyy, with permissions to access…
Damian
  • 1