Does anyone know how to follow the manual below to include a certificate in the SFTP solution having only a windows client available?
"Update the authorized_keys file on the server with the content of id_rsa.pub From the command prompt, ftp to.
sftp> cd .ssh
sftp> put id_rsa.pub authorized_keys
sftp> chmod 600 authorized_keys
sftp> quit"