मैं प्रारूप का उपयोग कर एक दूरस्थ सर्वर में 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 में संबंधित लाइनें क्या दिखती हैं?
—
dr.nixon
@ dr.nixon GSSAPIKeyExchange कोई GSSAPITrustDNS नहीं
—
Verpz
यदि आप एक विकल्प चाहते हैं, जो gssapitrustdns के साथ काम करता है , तब भी stackoverflow.com/a/46454141/32453 देखें :
—
rogerdpack