无法指定要使用的指纹哈希


10

当我尝试此命令时,它将失败:

ssh -o FingerprintHash=sha256 example.com

错误信息: command-line: line 0: Bad configuration option: fingerprinthash

为什么是这样?是否已从OpenSSH中删除此选项?我的ssh客户端版本是OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.10, OpenSSL 1.0.1f 6 Jan 2014

我的目的是用sysadmin发送给我的指纹来验证客户端输出中的指纹,该指纹采用另一种格式(我相信是base64编码的SHA256)。

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.