SSH won't restart after reboot
1
After rebooting I can't restart my ssh. This is the ssh status
root@mx:/# 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 Sat 2019-01-19 23:02:11 PST; 4s ago
Process: 8986 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=255)
Jan 19 23:02:11 mx systemd[1]: Failed to start OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Unit entered failed state.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Failed with result 'exit-code'.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Service hold-off time over, scheduling restart.
Jan 19 23:02:11 mx systemd[1]: Stopped OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Start request repeated too quickly.
Jan 19 23:02:11 mx systemd[1]: Failed to start OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Unit entered failed state.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Failed with result 'start-limit-hit'.
ssh
add a comment |
1
After rebooting I can't restart my ssh. This is the ssh status
root@mx:/# 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 Sat 2019-01-19 23:02:11 PST; 4s ago
Process: 8986 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=255)
Jan 19 23:02:11 mx systemd[1]: Failed to start OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Unit entered failed state.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Failed with result 'exit-code'.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Service hold-off time over, scheduling restart.
Jan 19 23:02:11 mx systemd[1]: Stopped OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Start request repeated too quickly.
Jan 19 23:02:11 mx systemd[1]: Failed to start OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Unit entered failed state.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Failed with result 'start-limit-hit'.
ssh
More information would be needed. Please edit and paste the result of the following command: journalctl -b -xn
– Carlos Dagorret
Jan 19 at 15:27
3
Possible duplicate of SSH Server stops working after reboot, caused by missing /var/run/sshd
– pa4080
Jan 19 at 15:42
add a comment |
1
1
1
1
After rebooting I can't restart my ssh. This is the ssh status
root@mx:/# 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 Sat 2019-01-19 23:02:11 PST; 4s ago
Process: 8986 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=255)
Jan 19 23:02:11 mx systemd[1]: Failed to start OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Unit entered failed state.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Failed with result 'exit-code'.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Service hold-off time over, scheduling restart.
Jan 19 23:02:11 mx systemd[1]: Stopped OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Start request repeated too quickly.
Jan 19 23:02:11 mx systemd[1]: Failed to start OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Unit entered failed state.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Failed with result 'start-limit-hit'.
ssh
After rebooting I can't restart my ssh. This is the ssh status
root@mx:/# 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 Sat 2019-01-19 23:02:11 PST; 4s ago
Process: 8986 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=255)
Jan 19 23:02:11 mx systemd[1]: Failed to start OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Unit entered failed state.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Failed with result 'exit-code'.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Service hold-off time over, scheduling restart.
Jan 19 23:02:11 mx systemd[1]: Stopped OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Start request repeated too quickly.
Jan 19 23:02:11 mx systemd[1]: Failed to start OpenBSD Secure Shell server.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Unit entered failed state.
Jan 19 23:02:11 mx systemd[1]: ssh.service: Failed with result 'start-limit-hit'.
ssh
ssh
edited Jan 19 at 15:14
waltinator
22.6k74169
22.6k74169
asked Jan 19 at 15:12
Romar SantosRomar Santos
61
61
More information would be needed. Please edit and paste the result of the following command: journalctl -b -xn
– Carlos Dagorret
Jan 19 at 15:27
3
Possible duplicate of SSH Server stops working after reboot, caused by missing /var/run/sshd
– pa4080
Jan 19 at 15:42
add a comment |
More information would be needed. Please edit and paste the result of the following command: journalctl -b -xn
– Carlos Dagorret
Jan 19 at 15:27
3
Possible duplicate of SSH Server stops working after reboot, caused by missing /var/run/sshd
– pa4080
Jan 19 at 15:42
More information would be needed. Please edit and paste the result of the following command: journalctl -b -xn
– Carlos Dagorret
Jan 19 at 15:27
More information would be needed. Please edit and paste the result of the following command: journalctl -b -xn
– Carlos Dagorret
Jan 19 at 15:27
3
3
Possible duplicate of SSH Server stops working after reboot, caused by missing /var/run/sshd
– pa4080
Jan 19 at 15:42
Possible duplicate of SSH Server stops working after reboot, caused by missing /var/run/sshd
– pa4080
Jan 19 at 15:42
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111157%2fssh-wont-restart-after-reboot%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
draft saved
draft discarded
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111157%2fssh-wont-restart-after-reboot%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
More information would be needed. Please edit and paste the result of the following command: journalctl -b -xn
– Carlos Dagorret
Jan 19 at 15:27
3
Possible duplicate of SSH Server stops working after reboot, caused by missing /var/run/sshd
– pa4080
Jan 19 at 15:42