SynH DSM 5 पर कोई पासवर्ड (बिना पासवर्ड) वाला SSH अन्य (गैर-रूट) उपयोगकर्ता के रूप में


24

मैं एक पासवर्ड (सार्वजनिक कुंजी प्रमाणीकरण) के बिना अपने Synology डिस्क स्टेशन में ssh करने की कोशिश कर रहा हूं, लेकिन गैर-रूट के रूप में।

जब मैं पासवर्ड के बिना रूट के रूप में ssh करने की कोशिश करता हूं, तो यह काम करता है। किसी अन्य उपयोगकर्ता के लिए ठीक उसी चरणों का पालन करना काम नहीं करता है। यह हमेशा पासवर्ड मांगता है (पासवर्ड का उपयोग करके भी काम करता है)।

मैंने इसके लिए हर गाइड का पालन किया है, लेकिन मुझे लगता है कि वे सभी नए 5.0 संस्करण के बजाय DSM 4.x के लिए हैं।

SSH डिबग लॉग

जब मैं -vvv ध्वज के साथ प्रयास करता हूं तो यहां डिबग लॉग होता है:

aether@aether-desktop:~$ ssh -vvv aether@aether-ds.local
OpenSSH_6.2p2 Ubuntu-6ubuntu0.2, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to aether-ds.local [192.168.2.149] port 22.
debug1: Connection established.
debug3: Incorrect RSA1 identifier
debug3: Could not load "/home/aether/.ssh/id_rsa" as a RSA1 public key
debug1: identity file /home/aether/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/aether/.ssh/id_rsa-cert type -1
debug1: identity file /home/aether/.ssh/id_dsa type -1
debug1: identity file /home/aether/.ssh/id_dsa-cert type -1
debug1: identity file /home/aether/.ssh/id_ecdsa type -1
debug1: identity file /home/aether/.ssh/id_ecdsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2p2 Ubuntu-6ubuntu0.2
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.8p1-hpn13v11
debug1: match: OpenSSH_5.8p1-hpn13v11 pat OpenSSH_5*
debug2: fd 3 setting O_NONBLOCK
debug3: load_hostkeys: loading entries for host "aether-ds.local" from file "/home/aether/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /home/aether/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys
debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa-cert-v01@openssh.com,ssh-rsa-cert-v00@openssh.com,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,ssh-dss-cert-v00@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-dss
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-sha1,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: none,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: kex_parse_kexinit: ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss,ecdsa-sha2-nistp256
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit: none,zlib@openssh.com
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: mac_setup: found hmac-md5
debug1: kex: server->client aes128-ctr hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEX_ECDH_INIT
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: Server host key: RSA f1:57:47:37:47:d4:5c:cd:a7:a4:5a:9c:a3:e8:1d:13
debug3: load_hostkeys: loading entries for host "aether-ds.local" from file "/home/aether/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /home/aether/.ssh/known_hosts:1
debug3: load_hostkeys: loaded 1 keys
debug3: load_hostkeys: loading entries for host "192.168.2.149" from file "/home/aether/.ssh/known_hosts"
debug3: load_hostkeys: found key type RSA in file /home/aether/.ssh/known_hosts:2
debug3: load_hostkeys: loaded 1 keys
debug1: Host 'aether-ds.local' is known and matches the RSA host key.
debug1: Found key in /home/aether/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/aether/.ssh/id_rsa (0x7f4ee2f47200),
debug2: key: /home/aether/.ssh/id_dsa ((nil)),
debug2: key: /home/aether/.ssh/id_ecdsa ((nil)),
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: Offering RSA public key: /home/aether/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /home/aether/.ssh/id_dsa
debug3: no such identity: /home/aether/.ssh/id_dsa: No such file or directory
debug1: Trying private key: /home/aether/.ssh/id_ecdsa
debug3: no such identity: /home/aether/.ssh/id_ecdsa: 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
aether@aether-ds.local's password: 

किसी भी मदद की सराहना की।

चीजें जो मैंने अब तक कोशिश की हैं

  • चेक / आदि / ssh / sshd_config (RSAAuthentication, PubkeyAuthentication, AuthorizedKeysFile)।
  • चेक .ssh / * परमिट और स्वामित्व। कई संयोजनों की कोशिश की।
  • ~ / .Profile में गृह संस्करण की जाँच करें।
  • Synoservicectl के माध्यम से sshd को पुनः आरंभ करें - sartd sshd और पूरे NAS को पुनः आरंभ करके।

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

हाय डैनियल, कि वास्तव में मैं क्या हासिल करने की कोशिश कर रहा हूं, लेकिन यह गैर-रूट उपयोगकर्ता के लिए काम नहीं करता है।
व्लाद ए इओन्सकु

क्या आपके ग्राहक की सार्वजनिक कुंजी उपयोगकर्ता की authorized_keys फ़ाइल में मौजूद है ?
डैनियल बी

हाँ, मैंने इसे ssh-copy-id के साथ कॉपी किया। और यह रूट यूज़र से ठीक उसी अधिकृत_की फ़ाइल (लेकिन राइट परमिट के साथ) है, जो रूट होने पर काम करता है।
व्लाद ए इओन्सकु

क्या आपके खाते में अभी पासवर्ड है? आपके सिस्टम की सुरक्षा नीतियों के आधार पर, बिना पासवर्ड के उपयोगकर्ताओं को प्रवेश करने से रोक दिया जा सकता है।
डैनियल बी

जवाबों:


49

मुझे भी यही समस्या थी। मैं "/ usr / syno / sbin / sshd -d" का उपयोग करते हुए डिस्कोग्राफ़ पर डिबग मोड में sshd का एक उदाहरण चलाता हूं, फिर मैं इसे "ssh उपयोगकर्ता @ DiskSation -vvv" का उपयोग करके कनेक्ट करता हूं और मुझे सर्वर पर डीबग जानकारी मिली है:

......

debug1: अस्थायी रूप से_यूज़_आईडी: 1026/100 (ई = 0/0)

debug1: सार्वजनिक कुंजी फ़ाइल /var/services/homes/user/.ssh/authorized_keys आज़माना

debug1: fd 5 समाशोधन O_NONBLOCK

प्रमाणीकरण ने इनकार कर दिया: खराब स्वामित्व या निर्देशिका / वॉल्यूम 1 / घरों / उपयोगकर्ता के लिए मोड

......

मुझे महसूस हुआ कि होम फ़ोल्डर को सही अनुमतियों की भी आवश्यकता है:

cd /var/services/homes/
chown <username> <username>
chmod 755 <username>

और वास्तविक उपयोगकर्ता नाम के साथ बदलें, जैसे "उपयोगकर्ता"।

अंत में, समस्या हल हो गई है!


2
बस आप के लिए, chmod 755मेरे घर निर्देशिका पर चल रहा है यह मेरे लिए DSM 6. पर हल किया
डेविड Pärsson

यह हमेशा डिबग लॉग प्राप्त करने का सही समाधान है। धन्यवाद! बस एक जोड़: कॉल करें /usr/bin/sshd -p 2222(और कनेक्ट करें ssh -p 2222) इसलिए यह डिबगिंग के लिए एक अलग पोर्ट पर चलता है - अन्यथा आप ssh deamon को छोड़ने का जोखिम उठाते हैं
एलेक्स

16

आपको अपने घर की निर्देशिका को 755 पर भेजने की आवश्यकता है (समानार्थक यह 777 डिफ़ॉल्ट रूप से है)

nas> ls -al
total 28
drwxrwxrwx  6 root     root  4096 2014-07-13 03:00 .
drwxr-xr-x 13 root     root  4096 2014-07-13 03:00 ..
drwxrwxrwx  3 admin    users 4096 2014-07-13 03:00 admin
...
nas> chmod 755 /home/admin
nas> ls -al
total 28
drwxrwxrwx  6 root     root  4096 2014-07-13 03:00 .
drwxr-xr-x 13 root     root  4096 2014-07-13 03:00 ..
drwxr-xr-x  3 admin    users 4096 2014-07-13 03:00 admin

यह नहीं दिखाता है कि chmod 755 /home/adminवास्तव में अनुमतियों को बदल दिया गया है।
user20342

हाँ यह सच है। यह हालांकि, मैं सिर्फ एक साथ चिपकाया उदाहरण चिपकाया और मुझे याद किया। मैं उत्तर संपादित करूँगा।
स्परियसडाटा

5

जैसा कि आपकी अनुमतियाँ .sshऔर अधिकृत_के लिए सही सेट हैं, बस सत्यापित करें कि आपके होम निर्देशिका ( /home/aether/) के लिए अनुमतियाँ सही तरीके से सेट हैं ( chmod 755 /home/aether/)।

मैं डिफ़ॉल्ट अनुमतियों ( 711) के साथ लॉग इन नहीं कर सका और अनुमतियों को बदलने के बाद इसने काम किया।

चीयर्स स्टीफन


2

मैं एक ही समस्या थी, ऊपर और अभी भी काम नहीं डबल और ट्रिपल जाँच। अंत में, मुझे एहसास हुआ कि ssh डेमन गलत जगह पर अधिकृत_की फाइल की तलाश कर रहा था, क्योंकि कोई भी घर / गैर-नियोजक निर्देशिका नहीं है।

आपको पथ बनाना चाहिए या एक सिम्लिंक बनाना चाहिए (मेरे लिए वे दो विकल्प काम नहीं करते हैं), या आखिरकार क्या काम किया था उन दो पंक्तियों को sshd_config फ़ाइल में जोड़ने के लिए:

Match User nonrootuser
AuthorizedKeysFile      /var/services/homes/nonrootuser/.ssh/authorized_keys

इस तरह, आप यह सुनिश्चित करते हैं कि क्लाइंट से ssh-copy-id के माध्यम से जो कुंजी आप जोड़ रहे हैं, वह वही है जो सर्वर (समानार्थक) नॉनोटूसर के लिए कनेक्शन को स्थापित करने की पेशकश कर रहा है।


2

समान समस्या यहाँ 6.0 dsm के साथ, इस सूत्र को Synology मंचों पर हल किया गया

ऐसा लगता है कि उपयोगकर्ता के घर की अनुमति बहुत अधिक है ¿? ¿?? permission permission?

chmod 755 /var/services/homes/[username]

... और अब यह काम करता है!


1

यह उस प्रश्न के समान दिखता है:

/programming/12839106/scp-between-2-remote-hosts-without-password/12945060#12945060

मुझे संदेह है कि आपकी .ssh निर्देशिका या फ़ाइलों में उचित विशेषताएँ नहीं हैं।

यहाँ मेरा हैं:

-rw-r--r--  1 root root   393 Aug 13  2012 if_rsa.pub
-rw-------  1 root root  1675 Aug 13  2012 if_rsa
-rw-r--r--  1 root root   393 Aug 20  2012 id_rsa.pub
-rw-------  1 root root  1675 Aug 20  2012 id_rsa
-rw-------  1 root root  4606 Aug  7  2013 authorized_keys
drwx------  2 root root  4096 Feb 24 09:59 .
-rw-r--r--  1 root root 11354 Mar 25 17:28 known_hosts

इसके अलावा, कृपया ऐसी सामग्री की जांच करें, /etc/pam.d/sshdजो गैर-रूट पर कुछ प्रतिबंध लगा सकती हैं। शायद ज़रुरत पड़े। यह लिंक आरएचईएल के मामले में पीएएम को समझाता है। यह मदद कर सकता है: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Managing_Smart_Cards/PAM_Configin_Files.html

यहाँ वह मुद्दा है जहाँ मुद्दा अपना बदसूरत सिर दिखाता है:

debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/aether/.ssh/id_rsa
debug1: Authentications that can continue: publickey,password

यह id_rsa स्वीकार नहीं करता है, और जारी है:

debug1: Trying private key: /home/aether/.ssh/id_dsa
debug1: Trying private key: /home/aether/.ssh/id_ecdsa

यह पासवर्ड देता है और निर्भर करता है

debug1: Next authentication method: password

तो अब, सवाल यह है कि यह id_rsa क्यों पसंद नहीं करता है?


हाय ग्रेज़गोरज़, .ssh dir के पास परमिट 700 है और .sh / अधिकृत_कील्स के पास परमिट 600 हैं।
व्लाद ए इओन्सकु

@VladAlexandruIonescu: मैंने अपनी प्रतिक्रिया अन्य विशेषताओं, और PAM के बारे में जानकारी दिखाते हुए अद्यतन की है जो आपको परीक्षण के लिए अधिक क्षेत्र दे सकती है।
ग्रेज़गोरज़

धन्यवाद, ग्रेज़गोरज़, लेकिन फिर भी कोई भाग्य नहीं। मैंने तुम्हारे जैसे ही परमिट की कोशिश की है। /Etc/pam.d/sshd के आस-पास भी एक नज़र था, लेकिन ऐसा नहीं लगता कि कुछ भी रूट उपयोगकर्ता को भेदभाव करेगा: gist.github.com/vlad-alexandru-ionescu/e6a2ee6n3c7e9e45273
व्लाद ए इओन्सकु

@VladAlexandruIonescu: क्या यह समस्या सभी उपयोगकर्ताओं के लिए है? आपने "किसी अन्य उपयोगकर्ता के लिए" लिखा है जो केवल एक को इंगित कर सकता है। क्या आप इस उपयोगकर्ता लॉगिन का उपयोग करके पोटीन बना सकते हैं या आप रूट के रूप में लॉगिन कर रहे हैं और फिर इस पर मुकदमा कर सकते हैं?
ग्रेजगोरज

हां, सभी गैर-रूट उपयोगकर्ताओं के लिए। मैं किसी भी उपयोगकर्ता (रूट या गैर-रूट) के रूप में ssh / पोटीन लगा सकता हूं। लेकिन यह पासवर्ड के लिए पूछता है जब गैर-रूट, भले ही मैंने अपने क्लाइंट की सार्वजनिक कुंजी को सर्वर पर अधिकृत_के लिए जोड़ा है।
व्लाद ए Ionescu

1

मुझे भी बिल्कुल यही समस्या है। मेरे अधिकृत_कीप पर सही अनुमतियाँ सेट करने के बाद, घर और .ssh निर्देशिकाओं को दर्ज करें जो मैं अभी भी अपने डिस्कस्टेशन में SSH के लिए सक्षम नहीं था।

Techanic.net पर जानकारी पढ़ने के बाद मुझे पता चला कि मुझे भी अपनी फाइल में अपना लॉगिन शेल सेट करना था /etc/passwd। इसे /sbin/nologinडिफ़ॉल्ट रूप से सेट किया गया था । इसे बदलने के बाद /bin/shमैं SSH को अपने डिस्कस्टेशन में सफलतापूर्वक करने में सक्षम था।


0

मैं सिर्फ 5.0 के बजाय DSM 5.1 के साथ यही समस्या थी। सूचीबद्ध समाधानों में से कोई भी समस्या हल नहीं हुई। मेरे मामले में, अनुमतियाँ /var/services/homes/<user>/.ssh/authorized_keysसही नहीं थीं। निम्नलिखित को चलाने से समस्या हल हो गई

chmod 600 /var/servieces/homes/<user>/.ssh/authorized_keys
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.