通过运行以下命令显示SSH密钥指纹:
ssh-keygen -lf /etc/ssh/ssh_host_rsa_key.pub
指纹是一些奇怪的代码。 有没有办法把这个代码变成图像哈希或类似Gravatar?
为ASCII艺术添加-v :
michael@challenger:~> ssh-keygen -lf /etc/ssh/ssh_host_rsa_key.pub -v 1024 8a:84:4e:34:60:9c:64:94:d0:29:0b:75:82:60:2c:89 /etc/ssh/ssh_host_rsa_key.pub (RSA) +--[ RSA 1024]----+ |%@=.. | |E*oo | |ooo | |.. o | | o . S | | o . . . | | . . . | | | | | +-----------------+
如果你想要一个图像,我不认为你已经试过用Gravatar做这个:
https://www.gravatar.com/avatar/8a844e34609c6494d0290b7582602c89?d=identicon&r=PG
噢,我喜欢它! 三力行动!