Re: SSL support
@ljakobs: Sent.
SSL means “Secure Sockets Layer”. Many protocols — like HTTP, SMTP, FTP, and SSH ‘“ were adjusted to include the support of SSL. Basically, it works as a tier in a certain protocol to provide cryptographic and security functions.
The client certificates are for TLS/SSL (FTPS, WebDAVS), not for SSH/SFTP.
sftp -i <client_key> [email protected]
sftp client expects the following naming convention in order for the client to pick up the certificate and its complementary private key:
<client_key> (private key)