其他分享
首页 > 其他分享> > 远程连接工具Putty 相关

远程连接工具Putty 相关

作者:互联网

putty

1.安装

putty是用来远程连接服务器的,支持SSH、Telnet、Serial等协议的连接。其中最常用的是SSH。
官网:https://www.chiark.greenend.org.uk/~sgtatham/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

标签:主机,连接,Putty,密钥,putty,远程,SSH
来源: https://blog.csdn.net/weixin_46081055/article/details/121977230