এসএসএইচের জন্য পাসওয়ার্ড প্রমাণীকরণ অক্ষম করুন


127

আমি এখানে উল্লিখিত হিসাবে পাসওয়ার্ড প্রম্পট অ্যাক্সেস থেকে এসএসএইচ ক্লায়েন্টদের অক্ষম করার একটি উপায় খুঁজছি ।

আমি রুট লগইনেরpassword: জন্য প্রম্পটটি অক্ষম করতে পারছি না । আমি পড়ার জন্য ফাইলটি পরিবর্তন করেছি :sshd_config

ChallengeResponseAuthentication no
PasswordAuthentication no
UsePAM no

এবং অনুমতি chmod 700 ~/.sshএবং পরিবর্তন করেছে chmod 600 ~/.ssh/authorized_keys। আমি কী মিস করছি? এর জন্য কি আমার একটি পাসফ্রেজ দরকার?

ভার্বোজ ডাম্প:

debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/user/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/user/.ssh/id_dsa
debug1: Trying private key: /home/user/.ssh/id_ecdsa
debug1: Next authentication method: password

ফাইল / ইত্যাদি / ssh / sshd_config:

# Package generated configuration file
# See the sshd_config(5) manpage for details

# What ports, IPs and protocols we listen for
Port 22
# Use these options to restrict which interfaces/protocols sshd will bind to
#ListenAddress ::
#ListenAddress 0.0.0.0
Protocol 2
# HostKeys for protocol version 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
#Privilege Separation is turned on for security
UsePrivilegeSeparation yes

# Lifetime and size of ephemeral version 1 server key
KeyRegenerationInterval 3600
ServerKeyBits 768

# Logging
SyslogFacility AUTH
LogLevel INFO

# Authentication:
LoginGraceTime 120
PermitRootLogin no
StrictModes yes

RSAAuthentication yes
PubkeyAuthentication yes
#AuthorizedKeysFile    %h/.ssh/authorized_keys

# Don't read the user's ~/.rhosts and ~/.shosts files
IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh_known_hosts
RhostsRSAAuthentication no
# similar for protocol version 2
HostbasedAuthentication no
# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication
#IgnoreUserKnownHosts yes

# To enable empty passwords, change to yes (NOT RECOMMENDED)
PermitEmptyPasswords no

# Change to yes to enable challenge-response passwords (beware issues with
# some PAM modules and threads)
ChallengeResponseAuthentication no

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication no

# Kerberos options
#KerberosAuthentication no
#KerberosGetAFSToken no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPICleanupCredentials yes

X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
#UseLogin no

#MaxStartups 10:30:60
Banner /etc/issue.net

# Allow client to pass locale environment variables
AcceptEnv LANG LC_*

Subsystem sftp /usr/lib/openssh/sftp-server

# Set this to 'yes' to enable PAM authentication, account processing,
# and session processing. If this is enabled, PAM authentication will
# be allowed through the ChallengeResponseAuthentication and
# PasswordAuthentication.  Depending on your PAM configuration,
# PAM authentication via ChallengeResponseAuthentication may bypass
# the setting of "PermitRootLogin without-password".
# If you just want the PAM account and session checks to run without
# PAM authentication, then enable this but set PasswordAuthentication
# and ChallengeResponseAuthentication to 'no'.
UsePAM no

আপনাকে সমস্যা সমাধানে সহায়তার জন্য ভার্বোস আউটপুট পেতে ssh -v ব্যবহারকারী @ সার্ভার।
নিলাল বাইর্ন

উভয় ssh_configএবং sshd_configআছে PasswordAuthentication- তীক্ষ্ণ থাকুন!
ব্রেন্ট ব্র্যাডবার্ন

উত্তর:


199

ফাইলের মধ্যে /etc/ssh/sshd_config

# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication no

দ্বিতীয় লাইনটি কমেন্ট করুন, এবং, প্রয়োজনে হ্যাঁকে হ্যাঁ পরিবর্তন করুন।

তারপরে দৌড়াও

service ssh restart

7
অনেক গাইড চ্যালেঞ্জরেস্পোনসঅথেন্টিফিকেশন, পাসওয়ার্ডঅথেন্টিফিকেশন, ইউজারপ্যামটি হ্যাঁ থেকে সার্ভারে না থেকে পরিবর্তন করার পরামর্শ দেন। ডেবিয়ান / উবুন্টুর অধীনে সাফল্যের সাথে পরীক্ষা করা হয়েছে।

9
এফওয়াইআই, পরিষেবাটি পুনঃসূচনা করার পদ্ধতিযুক্ত উপায়: systemctl restart sshdএটি নতুন উবুন্টুতে ডিফল্ট।
therealjumbo

পাসওয়ার্ড প্রমাণীকরণ অক্ষম থাকা অবস্থায় আমি কীভাবে সার্ভারে নতুন কী যুক্ত করব? অবশ্যই পাসওয়ার্ড প্রমাণীকরণ চালু না করেই এটি করার একটি উপায় রয়েছে, প্রতিবার কেউ চাবি যুক্ত করতে চাইলে ...
ম্যাথিউ

1
ssh-copy-id
@ ম্যাথিউ

@ আইয়ামিওজিম্বো তবে আপনার সেই কমান্ডের সাথে সংযোগ স্থাপন করতে এবং প্রেরণ করতে সক্ষম হতে এখনও একটি অনুমোদিত কী দরকার।
ম্যাথু

16

চালান

service ssh restart

পরিবর্তে

/etc/init.d/ssh restart

এটি কাজ করতে পারে।


এটি আমার পক্ষে কাজ করেছিল; কোন ধারণা কেন init.d ব্যবহার করে না?
Seb

1
আপনার লিনাক্স গন্ধের উপর নির্ভর করে ... ধীরে ধীরে দু'জনেই আমার জন্য কাজ করে।
জিন পাভলভস্কি

15

এটি স্বয়ংক্রিয়ভাবে করতে এখানে একটি স্ক্রিপ্ট's

# Only allow key based logins
sed -n 'H;${x;s/\#PasswordAuthentication yes/PasswordAuthentication no/;p;}' /etc/ssh/sshd_config > tmp_sshd_config
cat tmp_sshd_config > /etc/ssh/sshd_config
rm tmp_sshd_config

3

আমি এই পদক্ষেপগুলি অনুসরণ করেছি (ম্যাকের জন্য)।

ইন /etc/ssh/sshd_configপরিবর্তন

#ChallengeResponseAuthentication yes
#PasswordAuthentication yes

প্রতি

ChallengeResponseAuthentication no
PasswordAuthentication no

এখন আরএসএ কী উত্পন্ন করুন:

ssh-keygen -t rsa -P '' -f ~/.ssh/id_rsa

(আমার জন্য একটি আরএসএ কী কাজ করেছে A একটি ডিএসএ কী কাজ করে না))

(পাবলিক কী) ~/.ssh/id_rsaসহ একটি প্রাইভেট কী তৈরি করা হবে ~/.ssh/id_rsa.pub

এখন .ssh ফোল্ডারে যান:cd ~/.ssh

প্রবেশ করুন rm -rf authorized_keys(কখনও কখনও একাধিক কী ত্রুটির দিকে পরিচালিত করে)।

প্রবেশ করান vi authorized_keys

:wqএই খালি ফাইলটি সংরক্ষণ করতে প্রবেশ করুন

প্রবেশ করান cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys

এসএসএইচ পুনরায় চালু করুন:

sudo launchctl stop com.openssh.sshd
sudo launchctl start com.openssh.sshd

আপনি touchখালি ফাইল তৈরি করতে ব্যবহার করতে পারবেন না authorized_keys?
পিটার মর্টেনসেন

-8

এটি আমার একটি টিউটোরিয়াল থেকে:

রুট হিসাবে আপনার মেশিনে:

ssh-keygen -t rsa

এবং পাসফ্রেজটি খালি রেখে দিন।

আপনার স্থানীয় মেশিন থেকে (এবং আপনাকে একটি পাসওয়ার্ড টাইপ করতে হবে):

ssh root@remotemachine mkdir -p .ssh

তারপর:

cat .ssh/id_rsa.pub | ssh root@remotemachine 'cat >> .ssh/authorized_keys'

এখন আপনি পাসওয়ার্ড প্রম্পট ছাড়াই লগ ইন করতে পারেন

ssh root@remotemachine

পাসওয়ার্ড ছাড়াই এসএসএইচ লগইন দেখুন আপনার কোনও সমস্যা হওয়া উচিত!


2
আমি প্রতিটি পরিস্থিতিতে পাসওয়ার্ড প্রম্পট আসা থেকে অবরুদ্ধ খুঁজছি। কেবল ssh কী-এর মাধ্যমে লগইন করার জন্য বাধ্য করুন
ম্যাট স্টোকস

এটি করা উচিত। এটি আপনাকে পাসওয়ার্ডের জন্য অনুরোধ না করে তবে একটি নির্দিষ্ট ক্লায়েন্টের কাছ থেকে সরাসরি খুলবে।
ফ্যাবরিজিও মাজনি

1
হ্যাঁ তবে এটি এমন ক্লায়েন্টদেরও অনুমতি দেবে যাঁরা পাসওয়ার্ড চেষ্টা করার অনুমতিপ্রাপ্ত নয় এটি কি তা করবে না?
ম্যাট স্টোকস

নিম্নলিখিতটি পরিবর্তন করুন: চ্যালেঞ্জআরস্পনিকস অ্যাটেন্টিফিকেশন নং, পাসওয়ার্ডঅথেন্টিকেশন নং, ইউজপ্যাম নং এটি কেবল কী লেখকের অনুমতি দেবে। কেবলমাত্র আমার সিস্টেমে পরীক্ষা করা হয়েছে এবং এটি এর সাথে অস্বীকার করবে: অনুমতি অস্বীকার (পাবলিক কী)
ফ্যাব্রিজিও মাজনি

1
আপনার পোস্ট করা ফাইলটি যদি আসল কনফিগারেশন হয় তবে আপনি পাসওয়ার্ড অ্যাটেন্টিকেশন কোনও বিভাগই নিরঙ্কিত করেননি
ফ্যাব্রিজিও মাজ্জনি
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.