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;
}







0















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?










share|improve this question























  • 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


















0















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?










share|improve this question























  • 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














0












0








0








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?










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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



















  • 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












1 Answer
1






active

oldest

votes


















0














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).






share|improve this answer
























  • 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












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
});


}
});














draft saved

draft discarded


















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









0














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).






share|improve this answer
























  • 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
















0














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).






share|improve this answer
























  • 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














0












0








0







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).






share|improve this answer













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).







share|improve this answer












share|improve this answer



share|improve this answer










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



















  • 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




















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Can a sorcerer learn a 5th-level spell early by creating spell slots using the Font of Magic feature?

ts Property 'filter' does not exist on type '{}'

mat-slide-toggle shouldn't change it's state when I click cancel in confirmation window