现在两个机器利用网上的办法,建立了ssh互信关系,不用输入密码了,也实现了远程查询,但是每次查询一次都会在本地生产一个以查询内容命名的文件
unable to initialize mechanism library [/usr/lib/gss/gl/mech_krb5.so]
|-----------------------------------------------------------------|
| This system is for the use of authorized users only. |
| Individuals using this computer system without authority, or in |
。。。
但查询结果正确作者: rdcwayx 时间: 2012-07-12 14:37 本帖最后由 rdcwayx 于 2012-07-12 14:37 编辑
我没遇到过这样的问题,下面都是网上搜来的。你自己试试看吧。
Workaround:
Edit /etc/ssh/ssh_config and add the following
Host *
StrictHostKeyChecking no
GSSAPIKeyExchange no
GSSAPIAuthentication no
复制代码
And Edit /etc/ssh/sshd_config and add the following