How does a client authenticate an SFTP server if there are no keys shared in advance?
For FTPS, we rely on the DNS and public PKI to authenticate the FTP server when we first connect. On the first connection, foo.example.com resolves to 1.2.3.4 and my connection comes back encrypted by a private key that I can… Continue reading How does a client authenticate an SFTP server if there are no keys shared in advance?