আমি সেন্টোস 5.4 এ পাসওয়ার্ডহীন এসএসএইচ লগইন সেট করার চেষ্টা করছি:
- আমি ক্লায়েন্টে আরএসএ পাবলিক কী তৈরি করেছি।
- ক্লায়েন্ট থেকে সার্ভারে ssh-copy-id।
- যাচাইকৃত ~ / .ssh / अधिकृत_keys এ ক্লায়েন্ট কী রয়েছে।
ক্লায়েন্টটি এখনও পাসওয়ার্ডের জন্য অনুরোধ জানায়। আমি কি থেকে বাতিল হলাম?
ধন্যবাদ।
সম্পাদনা: ssh_config এবং পরামর্শ হিসাবে অনুমতি হিসাবে পরীক্ষিত। এটি ক্লায়েন্টের ডিবাগ তথ্য:
debug2: key: /home/saguna/.ssh/identity ((nil))
debug2: key: /home/saguna/.ssh/id_rsa (0x2b31921be9a0)
debug2: key: /home/saguna/.ssh/id_dsa ((nil))
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug3: start over, passed a different list publickey,gssapi-with-mic,password
debug3: preferred gssapi-with-mic,publickey,keyboard-interactive,password
debug3: authmethod_lookup gssapi-with-mic
debug3: remaining preferred: publickey,keyboard-interactive,password
debug3: authmethod_is_enabled gssapi-with-mic
debug1: Next authentication method: gssapi-with-mic
debug3: Trying to reverse map address 192.168.1.75.
debug1: Unspecified GSS failure. Minor code may provide more information
Unknown code krb5 195
debug1: Unspecified GSS failure. Minor code may provide more information
Unknown code krb5 195
debug1: Unspecified GSS failure. Minor code may provide more information
Unknown code krb5 195
debug2: we did not send a packet, disable method
debug3: authmethod_lookup publickey
debug3: remaining preferred: keyboard-interactive,password
debug3: authmethod_is_enabled publickey
debug1: Next authentication method: publickey
debug1: Trying private key: /home/saguna/.ssh/identity
debug3: no such identity: /home/saguna/.ssh/identity
debug1: Offering public key: /home/saguna/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Trying private key: /home/saguna/.ssh/id_dsa
debug3: no such identity: /home/saguna/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password
saguna@192.168.1.75's password: