系统相关
首页 > 系统相关> > PuTTY Linux V1.0

PuTTY Linux V1.0

作者:互联网

PuTTY

公钥

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

ssh-rsa
...

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

(Save public key)保存后形如:

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

粘贴时

否则可能失败,报错"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),并载入私钥

额外的:

参考

标签:公钥,登录,换行,----,V1.0,PuTTY,key,Linux
来源: https://www.cnblogs.com/RobertL/p/16424537.html