मेरे VPS को लगभग 3 महीने तक रिबूट नहीं किया गया था। यह OpenVZ वर्चुअलाइजेशन प्रकार वाले सर्वर पर होस्ट किया गया है और ऑपरेटिंग सिस्टम Ubuntu 16.04 है। किसी कारण से, मैंने VPS को रिबूट किया और उसके बाद, मैं ssh के माध्यम से सर्वर से कनेक्ट नहीं कर सका, जो संदेश मुझे मिला:
ssh: connect to host srvname.com port 22: Connection refused
इसलिए मैंने VPS पर एक सीरियल कंसोल खोला और जांच शुरू कर दी ... मैंने openssh-server
कोई सफलता नहीं मिलने के साथ ही उसे शुद्ध और पुन: स्थापित किया है । मैंने इंटरनेट पर इसी तरह के मुद्दों के बारे में लेख, प्रश्न और उत्तर पढ़ने में दो घंटे बिताए।
अंत में मैं यह समझने में कामयाब रहा कि /var/run/sshd
सिस्टम स्टार्टअप के दौरान निर्देशिका नहीं बनाई गई है। और एक बार जब मैं इसे मैन्युअल रूप से बना लेता हूं तो मैं बिना किसी समस्या के एसएसएच सेवा शुरू कर सकता हूं, लेकिन अगले रिबूट पर समस्या बनी हुई है। तो मेरे सवाल हैं:
इस मुद्दे का कारण क्या हो सकता है?
/var/run/sshd
सिस्टम स्टार्टअप के दौरान क्यों नहीं बनाया जाता है?मैं समस्या का उचित तरीके से समाधान कैसे कर सकता हूं? मुझे एक अस्थायी समाधान मिला जो इस पोस्ट के अंत में उल्लिखित है।
क्या यह मुद्दा वीपीएस के ओपनवीजेड मेजबान से संबंधित हो सकता है? क्या मुझे होस्टिंग प्रदाता से इसे हल करने के लिए कहना चाहिए?
के उत्पादन systemctl status ssh.service
, sshd -Ddp 22
और journalctl -xe
है:
# systemctl status ssh.service
● ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled)
Active: failed (Result: start-limit-hit) since вт 2019-01-15 12:58:08 EET; 22s ago
Process: 407 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=255)
яну 15 12:58:07 srvname systemd[1]: Failed to start OpenBSD Secure Shell server.
яну 15 12:58:07 srvname systemd[1]: ssh.service: Unit entered failed state.
яну 15 12:58:07 srvname systemd[1]: ssh.service: Failed with result 'exit-code'.
яну 15 12:58:08 srvname systemd[1]: ssh.service: Service hold-off time over, scheduling restart.
яну 15 12:58:08 srvname systemd[1]: Stopped OpenBSD Secure Shell server.
яну 15 12:58:08 srvname systemd[1]: ssh.service: Start request repeated too quickly.
яну 15 12:58:08 srvname systemd[1]: Failed to start OpenBSD Secure Shell server.
яну 15 12:58:08 srvname systemd[1]: ssh.service: Unit entered failed state.
яну 15 12:58:08 srvname systemd[1]: ssh.service: Failed with result 'start-limit-hit'.
# $(which sshd) -Ddp 22
debug1: sshd version OpenSSH_7.2, OpenSSL 1.0.2g 1 Mar 2016
debug1: private host key #0: ssh-rsa SHA256:...
debug1: private host key #1: ssh-dss SHA256:...
debug1: private host key #2: ecdsa-sha2-nistp256 SHA256:...
debug1: private host key #3: ssh-ed25519 SHA256:...
Missing privilege separation directory: /var/run/sshd
# journalctl -xe
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ssh.service has begun starting up.
яну 15 13:21:21 srvname sshd[1688]: Missing privilege separation directory: /var/run/sshd
яну 15 13:21:21 srvname systemd[1]: ssh.service: Control process exited, code=exited status=255
яну 15 13:21:21 srvname systemd[1]: Failed to start OpenBSD Secure Shell server.
-- Subject: Unit ssh.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ssh.service has failed.
--
-- The result is failed.
яну 15 13:21:21 srvname systemd[1]: ssh.service: Unit entered failed state.
яну 15 13:21:21 srvname systemd[1]: ssh.service: Failed with result 'exit-code'.
яну 15 13:21:22 srvname systemd[1]: ssh.service: Service hold-off time over, scheduling restart.
яну 15 13:21:22 srvname systemd[1]: Stopped OpenBSD Secure Shell server.
-- Subject: Unit ssh.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ssh.service has finished shutting down.
яну 15 13:21:22 srvname systemd[1]: Starting OpenBSD Secure Shell server...
-- Subject: Unit ssh.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ssh.service has begun starting up.
яну 15 13:21:22 srvname sshd[1691]: Missing privilege separation directory: /var/run/sshd
яну 15 13:21:22 srvname systemd[1]: ssh.service: Control process exited, code=exited status=255
яну 15 13:21:22 srvname systemd[1]: Failed to start OpenBSD Secure Shell server.
-- Subject: Unit ssh.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ssh.service has failed.
--
-- The result is failed.
яну 15 13:21:22 srvname systemd[1]: ssh.service: Unit entered failed state.
яну 15 13:21:22 srvname systemd[1]: ssh.service: Failed with result 'exit-code'.
яну 15 13:21:22 srvname systemd[1]: ssh.service: Service hold-off time over, scheduling restart.
яну 15 13:21:22 srvname systemd[1]: Stopped OpenBSD Secure Shell server.
-- Subject: Unit ssh.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ssh.service has finished shutting down.
яну 15 13:21:22 srvname systemd[1]: ssh.service: Start request repeated too quickly.
яну 15 13:21:22 srvname systemd[1]: Failed to start OpenBSD Secure Shell server.
-- Subject: Unit ssh.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit ssh.service has failed.
--
-- The result is failed.
яну 15 13:21:22 srvname systemd[1]: ssh.service: Unit entered failed state.
яну 15 13:21:22 srvname systemd[1]: ssh.service: Failed with result 'start-limit-hit'.
की सामग्री /usr/lib/tmpfiles.d/sshd.conf
और /etc/init/ssh.conf
है:
# cat /usr/lib/tmpfiles.d/sshd.conf
d /var/run/sshd 0755 root root
# cat /etc/init/ssh.conf | sed '/^#/ d'
description "OpenSSH server"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 10 5
umask 022
env SSH_SIGSTOP=1
expect stop
console none
pre-start script
test -x /usr/sbin/sshd || { stop; exit 0; }
test -e /etc/ssh/sshd_not_to_be_run && { stop; exit 0; }
mkdir -p -m0755 /var/run/sshd
end script
exec /usr/sbin/sshd -D
सिस्टम के बारे में अतिरिक्त जानकारी:
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.5 LTS
Release: 16.04
Codename: xenial
# uname -a
Linux srvname 2.6.32-042stab127.2 #1 SMP Thu Jan 4 16:41:44 MSK 2018 x86_64 x86_64 x86_64 GNU/Linux
# apt show openssh-server | grep 'Version'
Version: 1:7.2p2-4ubuntu2.6
अस्थायी समाधान:
मैंने पाया कि /var/run
यह एक प्रतीकात्मक कड़ी है /run
, मुझे नहीं पता कि इसकी आवश्यकता क्यों है, लेकिन जब मैंने फ़ाइल की सामग्री को इसमें /usr/lib/tmpfiles.d/sshd.conf
से संशोधित किया :
d /var/run/sshd 0755 root root
सेवा मेरे:
d /run/sshd 0755 root root
सिस्टम स्टार्टअप पर सब कुछ ठीक हो जाता है, एसएसएच सेवा सामान्य रूप से शुरू हो जाती है और मैं एसएसएच के माध्यम से लॉग-इन करने में सक्षम हूं।