PuTTY Linux V1.0


PuTTY

公钥

生成的公钥,在(PuTTY Key Generator)窗口中形如

ssh-rsa
...

正文不含换行,是控件自动分行显示

(Save public key)保存后形如:

"---- BEGIN SSH2 PUBLIC KEY ----
Comment: ".."
..
---- END SSH2 PUBLIC KEY ----"

粘贴时

  • 必须包含(文首的)”ssh-rsa”。
    注意,保存的公钥不带此内容。
  • 不可包含LF换行。
    注意,保存的公钥有换行。
  • 不可包含”Comment”。
    注意,保存的公钥有注释。
    即便删除了注释,仍会显示’Authenticating with public key “rsa-key-…”‘(来自私钥的?)注释。
  • 估计不可包含”—- BEGIN/END”等。
    注意,保存的公钥有这些。

否则可能失败,报错”Server refused our key

配置

log all session output

Putty: Simple trick to log all session output by default | viktorious.nl – Virtualization & Cloud Management

putty logging

How to save PuTTY session output automatically – Kernel Talks

putty

Pageant

貌似需要手动启动Pageant (PuTTY authentication agent),并载入私钥

额外的:

  • PuTTY Configuration中,可以Save Sessions,包含”Host Name”、”Private key file for authentication” in “Connection/SSH/Auth”。
    双击”Saved Sessions”,或者选中后,按”Open”按钮,即可免密登录(仅需输入用户名”pi”)。
    貌似开启了”Pageant (PuTTY authentication agent)”,仅用输入”Host Name”(无需”Private key file for authentication”),即可免密登录
  • Ctrl+D,相当于输入了”logout“,可关闭终端。

参考

原创文章,作者:745907710,如若转载,请注明出处:https://blog.ytso.com/270764.html

(0)
上一篇 2022年6月30日
下一篇 2022年6月30日

相关推荐

发表回复

登录后才能评论