Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以不使用密码登录到 SFTP 服务器,而只能使用提供的公共证书?我知道客户端可以连接,如果它有一个私钥文件并且公共证书驻留在服务器上。
这里的情况是 SFTP 服务器已向客户端提供了用户名和公共证书(.cer 或 .pub)文件。是否可以仅使用此信息登录 SFTP 服务器?
不,你得到的公钥很可能是服务器的公钥。使用 SSH,客户端和服务器都有自己的私钥-公钥对。您可能只有服务器的公钥。现在您需要生成您的私钥-公钥对并在服务器上注册公钥。
更多细节: