远程连接工具Putty 相关

putty

1.安装

putty是用来远程连接服务器的,支持SSH、Telnet、Serial等协议的连接。其中最常用的是SSH。
官网:https://www.chiark.greenend.org.uk/~sgtatham/putty/
远程连接工具Putty 相关

2.Putty主机密钥(缓存)

第一次连接时选择信任主机,就会留下主机密钥
Putty SSH 主机密钥保存在注册表中:

HKEY_CURRENT_USER\Software\SimonTatham\PuTTY\SshHostKeys

格式为:<算法>@<端口号>:<主机>

如果要导出密钥可以看http://isbyr.com/copy-putty-ssh-hosts-keys-different-usersmachines-windows/

参考文章:
https://blog.csdn.net/djl3211/article/details/101440394

上一篇:ssh配置文件和密匙文件分析


下一篇:Debian 11.2安装ssh服务