我正在尝试使用以下格式将ssh放入远程服务器:
user@ip -i ~/.ssh/path/to/key
我收到以下错误:
/etc/ssh/ssh_config: line 55: Bad configuration option: gssapikeyexchange
/etc/ssh/ssh_config: line 56: Bad configuration option: gssapitrustdns
/etc/ssh/ssh_config: terminating, 2 bad configuration options
没有SSH密钥连接到服务器也不起作用。
谢谢。
ssh_config中的相关行是什么样的?
—
尼克松博士'16
@ dr.nixon GSSAPIKeyExchange no GSSAPITrustDNS no
—
Verpz '16
如果您希望仍启用gssapitrustdns的选项,请参见stackoverflow.com/a/46454141/32453:)
—
rogerdpack