Does XWiki Disable SSH?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I recently deployed an AWS EC2 Ubuntu instance for a new intranet wiki. I installed java, tomcat, mySQL, and XWiki for this specifically.
I closed the SSH connection with PuTTY as I was setting up the XWiki and branding it appropriately but when I went to access it again, all I get is timeouts. SSH inbound rules are set to accept from all sources so I am almost certain it is not a network error, but I can't figure out what it is!
This has happened twice now, does anyone know of XWiki disallowing the ubuntu@ip.add.re.ss login with public key authentication?
apache amazon-web-services ssh tomcat8 xwiki
add a comment |
I recently deployed an AWS EC2 Ubuntu instance for a new intranet wiki. I installed java, tomcat, mySQL, and XWiki for this specifically.
I closed the SSH connection with PuTTY as I was setting up the XWiki and branding it appropriately but when I went to access it again, all I get is timeouts. SSH inbound rules are set to accept from all sources so I am almost certain it is not a network error, but I can't figure out what it is!
This has happened twice now, does anyone know of XWiki disallowing the ubuntu@ip.add.re.ss login with public key authentication?
apache amazon-web-services ssh tomcat8 xwiki
I do not know much about the way AWS Deployment work, so just a generic idea: is it possible that on deploying a web server (like tomcat) AWS automatically sets up an extra firewall / security group that blocks the SSH port for everyone, including you?
– Clemens Klein-Robbenhaar
Jan 5 at 22:32
add a comment |
I recently deployed an AWS EC2 Ubuntu instance for a new intranet wiki. I installed java, tomcat, mySQL, and XWiki for this specifically.
I closed the SSH connection with PuTTY as I was setting up the XWiki and branding it appropriately but when I went to access it again, all I get is timeouts. SSH inbound rules are set to accept from all sources so I am almost certain it is not a network error, but I can't figure out what it is!
This has happened twice now, does anyone know of XWiki disallowing the ubuntu@ip.add.re.ss login with public key authentication?
apache amazon-web-services ssh tomcat8 xwiki
I recently deployed an AWS EC2 Ubuntu instance for a new intranet wiki. I installed java, tomcat, mySQL, and XWiki for this specifically.
I closed the SSH connection with PuTTY as I was setting up the XWiki and branding it appropriately but when I went to access it again, all I get is timeouts. SSH inbound rules are set to accept from all sources so I am almost certain it is not a network error, but I can't figure out what it is!
This has happened twice now, does anyone know of XWiki disallowing the ubuntu@ip.add.re.ss login with public key authentication?
apache amazon-web-services ssh tomcat8 xwiki
apache amazon-web-services ssh tomcat8 xwiki
asked Jan 3 at 16:57
zgriffinzgriffin
1
1
I do not know much about the way AWS Deployment work, so just a generic idea: is it possible that on deploying a web server (like tomcat) AWS automatically sets up an extra firewall / security group that blocks the SSH port for everyone, including you?
– Clemens Klein-Robbenhaar
Jan 5 at 22:32
add a comment |
I do not know much about the way AWS Deployment work, so just a generic idea: is it possible that on deploying a web server (like tomcat) AWS automatically sets up an extra firewall / security group that blocks the SSH port for everyone, including you?
– Clemens Klein-Robbenhaar
Jan 5 at 22:32
I do not know much about the way AWS Deployment work, so just a generic idea: is it possible that on deploying a web server (like tomcat) AWS automatically sets up an extra firewall / security group that blocks the SSH port for everyone, including you?
– Clemens Klein-Robbenhaar
Jan 5 at 22:32
I do not know much about the way AWS Deployment work, so just a generic idea: is it possible that on deploying a web server (like tomcat) AWS automatically sets up an extra firewall / security group that blocks the SSH port for everyone, including you?
– Clemens Klein-Robbenhaar
Jan 5 at 22:32
add a comment |
1 Answer
1
active
oldest
votes
XWiki certainly does not do anything like this nor it could even if it wanted to if you installed tomcat properly (it's usually not supposed to run as root).
Ok thanks, that is what I thought, but can't seem to understand why when I install xwiki, it stops allowing ssh!
– zgriffin
Jan 3 at 20:38
Maybe on a not very powerfull server a very active wiki could make the server so slow that the ssh server would not answer fast enough ? You could maybe try to modify a bit whatever start the application server to prefix the command like with "nice -n 10" for example to make sure the ssh server has an higher priority.
– Thomas Mortagne
Jan 6 at 10:14
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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
});
}
});
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%2fstackoverflow.com%2fquestions%2f54026601%2fdoes-xwiki-disable-ssh%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
XWiki certainly does not do anything like this nor it could even if it wanted to if you installed tomcat properly (it's usually not supposed to run as root).
Ok thanks, that is what I thought, but can't seem to understand why when I install xwiki, it stops allowing ssh!
– zgriffin
Jan 3 at 20:38
Maybe on a not very powerfull server a very active wiki could make the server so slow that the ssh server would not answer fast enough ? You could maybe try to modify a bit whatever start the application server to prefix the command like with "nice -n 10" for example to make sure the ssh server has an higher priority.
– Thomas Mortagne
Jan 6 at 10:14
add a comment |
XWiki certainly does not do anything like this nor it could even if it wanted to if you installed tomcat properly (it's usually not supposed to run as root).
Ok thanks, that is what I thought, but can't seem to understand why when I install xwiki, it stops allowing ssh!
– zgriffin
Jan 3 at 20:38
Maybe on a not very powerfull server a very active wiki could make the server so slow that the ssh server would not answer fast enough ? You could maybe try to modify a bit whatever start the application server to prefix the command like with "nice -n 10" for example to make sure the ssh server has an higher priority.
– Thomas Mortagne
Jan 6 at 10:14
add a comment |
XWiki certainly does not do anything like this nor it could even if it wanted to if you installed tomcat properly (it's usually not supposed to run as root).
XWiki certainly does not do anything like this nor it could even if it wanted to if you installed tomcat properly (it's usually not supposed to run as root).
answered Jan 3 at 17:19
Thomas MortagneThomas Mortagne
35715
35715
Ok thanks, that is what I thought, but can't seem to understand why when I install xwiki, it stops allowing ssh!
– zgriffin
Jan 3 at 20:38
Maybe on a not very powerfull server a very active wiki could make the server so slow that the ssh server would not answer fast enough ? You could maybe try to modify a bit whatever start the application server to prefix the command like with "nice -n 10" for example to make sure the ssh server has an higher priority.
– Thomas Mortagne
Jan 6 at 10:14
add a comment |
Ok thanks, that is what I thought, but can't seem to understand why when I install xwiki, it stops allowing ssh!
– zgriffin
Jan 3 at 20:38
Maybe on a not very powerfull server a very active wiki could make the server so slow that the ssh server would not answer fast enough ? You could maybe try to modify a bit whatever start the application server to prefix the command like with "nice -n 10" for example to make sure the ssh server has an higher priority.
– Thomas Mortagne
Jan 6 at 10:14
Ok thanks, that is what I thought, but can't seem to understand why when I install xwiki, it stops allowing ssh!
– zgriffin
Jan 3 at 20:38
Ok thanks, that is what I thought, but can't seem to understand why when I install xwiki, it stops allowing ssh!
– zgriffin
Jan 3 at 20:38
Maybe on a not very powerfull server a very active wiki could make the server so slow that the ssh server would not answer fast enough ? You could maybe try to modify a bit whatever start the application server to prefix the command like with "nice -n 10" for example to make sure the ssh server has an higher priority.
– Thomas Mortagne
Jan 6 at 10:14
Maybe on a not very powerfull server a very active wiki could make the server so slow that the ssh server would not answer fast enough ? You could maybe try to modify a bit whatever start the application server to prefix the command like with "nice -n 10" for example to make sure the ssh server has an higher priority.
– Thomas Mortagne
Jan 6 at 10:14
add a comment |
Thanks for contributing an answer to Stack Overflow!
- 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.
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%2fstackoverflow.com%2fquestions%2f54026601%2fdoes-xwiki-disable-ssh%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
I do not know much about the way AWS Deployment work, so just a generic idea: is it possible that on deploying a web server (like tomcat) AWS automatically sets up an extra firewall / security group that blocks the SSH port for everyone, including you?
– Clemens Klein-Robbenhaar
Jan 5 at 22:32