SSHtools 禁用验证主机密钥[是/否]消息?
您好,有没有一种简单的方法可以在 j2ssh 中禁用此主机验证(在某处分配 yes ),每次我连接到服务器时我不应该输入 Yes ?
Hi is there an easy way to disable this host verification in j2ssh (assigning yes somewhere) that every time I connect to server I shoudn't type Yes ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在 SSH 中,有一个配置选项:
您可以在
j2ssh
中设置它,如下所示:这是否是一个好主意,留给读者作为练习。
In SSH, there is a configuration option:
You can probably set this in
j2ssh
like this:Whether this is a good idea is left as an exercise for the reader.
如果您不想验证主机,则可以使用以下代码来完成此工作:
If you don't want to validate the host, the following piece of code should do the job:
这是一个片段,只需替换示例中的部分此处 。
Here is a snippet, just replace the parts from the example here.