আমার একটি CentOS 7 সিস্টেম আছে এবং আমি পুটি বা এসএসএস দিয়ে লগইন করার সময় পাসওয়ার্ড প্রম্পট পাওয়ার আগে অনেক দেরি হয়। আমি ssh -v চালিয়েছি এবং আমি দেখতে পেয়েছি যে এটি এখানে যায়:
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
এবং তারপরে এটি 1-2 মিনিটের জন্য বসে এবং তারপরে এই আউটপুটটি বিস্ফোরিত হয়:
debug1: Authentications that can continue:
publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more information
No Kerberos credentials available
debug1: Unspecified GSS failure. Minor code may provide more information
No Kerberos credentials available
debug1: Unspecified GSS failure. Minor code may provide more information
debug1: Unspecified GSS failure. Minor code may provide more information
No Kerberos credentials available
debug1: Next authentication method: publickey
debug1: Trying private key: /home/motor/.ssh/id_rsa
debug1: Trying private key: /home/motor/.ssh/id_dsa
debug1: Trying private key: /home/motor/.ssh/id_ecdsa
debug1: Trying private key: /home/motor/.ssh/id_ed25519
debug1: Next authentication method: password
এবং তারপরে পাসওয়ার্ড প্রম্পট বেরিয়ে আসে। কোন ব্যবহারকারী লগ ইন করছে তা বিবেচনা করেই এটি ঘটে It এটি কেবলমাত্র 1 সিস্টেমে ঘটে। আমার আরও 5 জন রয়েছে যেখানে দেরি না করে এগিয়ে চলেছে।
লগগুলিতে কোনও ডিস্ক বা মেমরি বা অন্য কোনও ত্রুটি নেই।
এর ফলে এভাবে বিলম্ব হওয়ার কারণ কী হতে পারে?
হালনাগাদ:
আমি কোনটি স্থির করার চেষ্টা করেছি GSSAPIAuthentication
এবং এটি সমস্যার সমাধান করেনি।
আমি আবার ssh দৌড়েছি, এবার -vvv দিয়ে। এই আউটপুটটি এসেছিল এবং তারপরে এটি স্তব্ধ হয়ে গেল:
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/motor/.ssh/id_rsa ((nil)),
debug2: key: /home/motor/.ssh/id_dsa ((nil)),
debug2: key: /home/motor/.ssh/id_ecdsa ((nil)),
debug2: key: /home/motor/.ssh/id_ed25519 ((nil)),
1-2 মিনিটের পরে এটি বেরিয়ে এল:
debug1: Authentications that can continue: publickey,password
debug3: start over, passed a different list publickey,password
debug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password
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/motor/.ssh/id_rsa
debug3: no such identity: /home/motor/.ssh/id_rsa: No such file or directory
debug1: Trying private key: /home/motor/.ssh/id_dsa
debug3: no such identity: /home/motor/.ssh/id_dsa: No such file or directory
debug1: Trying private key: /home/motor/.ssh/id_ecdsa
debug3: no such identity: /home/motor/.ssh/id_ecdsa: No such file or directory
debug1: Trying private key: /home/motor/.ssh/id_ed25519
debug3: no such identity: /home/motor/.ssh/id_ed25519: No such file or directory
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
এবং তারপরে পাসওয়ার্ড প্রম্পট।