This reference shows you how to use PuTTY to connect to SSH nodes and WinSCP to transfer files through Teleport This guide will show you how to use the Teleport client tool tsh to add saved sessions ...
id_rsa 为私钥,id_rsa.pub 为公钥。 使用winscp登陆服务器,并将id_rsa这个文件下载下来。 现在我们在服务器上安装公钥,putty里依次使用下面的命令 cd .ssh cat id_rsa.pub authorized_keys 这里我们看到出现的authorized_keys文件其实和搬瓦工生成的文件名是一样的。