SSH के लिए पासवर्ड प्रमाणीकरण अक्षम करें


127

मैं यहाँ संकेत के रूप में पासवर्ड प्रॉम्प्ट तक पहुँचने से SSH ग्राहकों को निष्क्रिय करने का एक तरीका खोज रहा हूँ ।

मैं रूट लॉगिन के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
FYI करें, सेवा को पुनः आरंभ करने का सिस्टम तरीका है: systemctl restart sshdयह नए Ubuntu पर डिफ़ॉल्ट है।
therealjumbo

मैं सर्वर में नई कुंजी कैसे जोड़ूं, जबकि पासवर्ड प्रमाणीकरण अक्षम है? निश्चित रूप से ऐसा करने का एक तरीका है, पासवर्ड प्रमाणीकरण को चालू किए बिना, हर बार जब कोई व्यक्ति कुंजी जोड़ना चाहता है ...
मैथ्यू

1
@ मैथ्यू शायद इस्तेमाल कर रहे हैंssh-copy-id
iamyojimbo

@iamyojimbo लेकिन आपको अभी भी एक अधिकृत कुंजी की आवश्यकता है जो उस कमांड के साथ कनेक्ट और भेजने में सक्षम हो।
मैथ्यू

16

Daud

service ssh restart

के बजाय

/etc/init.d/ssh restart

यह काम कर सकता है।


इसने मेरे लिए काम किया; किसी भी विचार क्यों init.d का उपयोग नहीं किया?
सेब

1
आपके लीनक्स के स्वाद पर निर्भर करता है ... जेंटू पर ये दोनों मेरे लिए काम करते हैं।
जीन पावलोवस्की

15

यहां स्वचालित रूप से ऐसा करने के लिए एक स्क्रिप्ट है

# 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

(मेरे लिए एक आरएसए कुंजी ने काम किया। एक डीएसए कुंजी ने काम नहीं किया।)

एक निजी कुंजी (सार्वजनिक कुंजी) ~/.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

SSH को पुनरारंभ करें:

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

पासवर्ड के बिना SSH लॉगिन देखें आपको कोई समस्या नहीं होनी चाहिए!


2
मैं पासवर्ड को हर परिस्थिति में आने से रोकने के लिए देख रहा हूँ। केवल ssh कुंजी के माध्यम से फोर्स लॉगिन
मैट स्टोक्स

यह करना चाहिए। यह पासवर्ड के लिए आपको संकेत दिए बिना सीधे खुल जाएगा, लेकिन एक विशिष्ट ग्राहक से।
Fabrizio Mazzoni

1
हां, लेकिन यह उन ग्राहकों को भी अनुमति देगा जो पासवर्ड का प्रयास करने के लिए अधिकृत नहीं हैं?
मैट स्टोक्स

निम्नलिखित को बदलें: ChallengeResponseAuthentication no, PasswordAuthentication no, UsePAM no यह केवल मुख्य विशेषाधिकार की अनुमति देगा। बस मेरे सिस्टम पर परीक्षण किया गया है और इसके साथ इनकार किया जाएगा: अनुमति से इनकार (सार्वजनिक कुंजी)
Fabrizio Mazzoni

1
आप PasswordAuthentication कोई अनुभाग uncommented नहीं किया है फ़ाइल तुम्हें तैनात वास्तविक विन्यास है
फैब्रिजियो Mazzoni
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.