Is there any way that we can login to SFTP server without using password, but only by using the public certificate provided? I know that the client can connect if it has a private key file and the public certificate resides at the server.
Here, the situation is that the SFTP server has provided the client with the username and a Public certificate (.cer or .pub) file. It it possible to login the SFTP server only with this info?