Centos : su: incorrect password after bash updateEasy multi-level authentication for sudoWhat is the affect...
What's a good word to describe a public place that looks like it wouldn't be rough?
Where was Karl Mordo in Infinity War?
How do we edit a novel that's written by several people?
4 Spheres all touching each other??
Why can I easily sing or whistle a tune I've just heard, but not as easily reproduce it on an instrument?
How would an AI self awareness kill switch work?
What is the meaning of "pick up" in this sentence?
How to approximate rolls for potions of healing using only d6's?
Inventor that creates machine that grabs man from future
Connecting top and bottom of adjacent circles
F1 visa even for a three-week course?
Where is this triangular-shaped space station from?
Quenching swords in dragon blood; why?
How to satisfy a player character's curiosity about another player character?
Why is working on the same position for more than 15 years not a red flag?
Metadata API deployments are failing in Spring '19
Incompressible fluid definition
Am I a Rude Number?
What is the purpose of easy combat scenarios that don't need resource expenditure?
What happens if a wizard reaches level 20 but has no 3rd-level spells that they can use with the Signature Spells feature?
Do any poskim exempt 13-20-year-olds from Mussaf?
I am on the US no-fly list. What can I do in order to be allowed on flights which go through US airspace?
How to acknowledge an embarrassing job interview, now that I work directly with the interviewer?
Dilemma of explaining to interviewer that he is the reason for declining second interview
Centos : su: incorrect password after bash update
Easy multi-level authentication for sudoWhat is the affect of executing “sudo passwd” on a system without a root account?Running a command as root from my local machinesudo rejects password that is correctRecommendations for bootstrapping Ubuntu serversu between regular user accounts fails with “su: incorrect password”How can I implement ansible with per-host passwords, securely?Linux: set up for remote sysadmincan't login as root on a remote Redhat ServerCentOS sudo fail when using pam_faillock.so
A few days ago I've updated the bash to patch it agains Shellshock and since then I cannot su - root from my regular 'wheelgroupuser' account on Centos 6.5 with WHM.
I'm constantly getting su: incorrect password - even though I know for sure that the password is correct.
I have Password Authorization disabled and shell is only enabled with ssh keys. The account I'm using to connect to the server is in the wheelgroup and was working absolutely fine until the bash update took place. I could easily switch to root user using su - root - but not now.
I've also tried sudo command - but the same response.
Any idea what needs to be done to solve this problem. I've seen several tickets all over the internet, but none of them is referring to the same scenario as mine.
Any help would be very much appreciated.
ssh sudo centos6.5 su
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
A few days ago I've updated the bash to patch it agains Shellshock and since then I cannot su - root from my regular 'wheelgroupuser' account on Centos 6.5 with WHM.
I'm constantly getting su: incorrect password - even though I know for sure that the password is correct.
I have Password Authorization disabled and shell is only enabled with ssh keys. The account I'm using to connect to the server is in the wheelgroup and was working absolutely fine until the bash update took place. I could easily switch to root user using su - root - but not now.
I've also tried sudo command - but the same response.
Any idea what needs to be done to solve this problem. I've seen several tickets all over the internet, but none of them is referring to the same scenario as mine.
Any help would be very much appreciated.
ssh sudo centos6.5 su
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
What doesls -l /etc/shadowsay?
– kasperd
Oct 3 '14 at 10:11
add a comment |
A few days ago I've updated the bash to patch it agains Shellshock and since then I cannot su - root from my regular 'wheelgroupuser' account on Centos 6.5 with WHM.
I'm constantly getting su: incorrect password - even though I know for sure that the password is correct.
I have Password Authorization disabled and shell is only enabled with ssh keys. The account I'm using to connect to the server is in the wheelgroup and was working absolutely fine until the bash update took place. I could easily switch to root user using su - root - but not now.
I've also tried sudo command - but the same response.
Any idea what needs to be done to solve this problem. I've seen several tickets all over the internet, but none of them is referring to the same scenario as mine.
Any help would be very much appreciated.
ssh sudo centos6.5 su
A few days ago I've updated the bash to patch it agains Shellshock and since then I cannot su - root from my regular 'wheelgroupuser' account on Centos 6.5 with WHM.
I'm constantly getting su: incorrect password - even though I know for sure that the password is correct.
I have Password Authorization disabled and shell is only enabled with ssh keys. The account I'm using to connect to the server is in the wheelgroup and was working absolutely fine until the bash update took place. I could easily switch to root user using su - root - but not now.
I've also tried sudo command - but the same response.
Any idea what needs to be done to solve this problem. I've seen several tickets all over the internet, but none of them is referring to the same scenario as mine.
Any help would be very much appreciated.
ssh sudo centos6.5 su
ssh sudo centos6.5 su
asked Oct 1 '14 at 16:04
Sebastian SulinskiSebastian Sulinski
1012
1012
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 13 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
What doesls -l /etc/shadowsay?
– kasperd
Oct 3 '14 at 10:11
add a comment |
What doesls -l /etc/shadowsay?
– kasperd
Oct 3 '14 at 10:11
What does
ls -l /etc/shadow say?– kasperd
Oct 3 '14 at 10:11
What does
ls -l /etc/shadow say?– kasperd
Oct 3 '14 at 10:11
add a comment |
1 Answer
1
active
oldest
votes
Just curious to know if you can ssh as a root user?
If so, try resetting the /bin/su permissions to root:root!
alsochmod 4755 /bin/su
– Mike
Oct 1 '14 at 16:28
I can't ssh as root - even if I enable 'SSH Password Authorization' it constantly tells me that I'm using incorrect password, which is really weird considering that I can log in to the WHM as root - just not via ssh. Because of this I can't change permissions etc.
– Sebastian Sulinski
Oct 1 '14 at 16:31
Can you move the .accesshash which is available in /root/.accesshash and generating a new one via WHM?
– vembutech
Oct 1 '14 at 16:36
I don't seem to have access to /root directory via whm :( any other ideas?
– Sebastian Sulinski
Oct 2 '14 at 8:24
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
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%2fserverfault.com%2fquestions%2f632804%2fcentos-su-incorrect-password-after-bash-update%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
Just curious to know if you can ssh as a root user?
If so, try resetting the /bin/su permissions to root:root!
alsochmod 4755 /bin/su
– Mike
Oct 1 '14 at 16:28
I can't ssh as root - even if I enable 'SSH Password Authorization' it constantly tells me that I'm using incorrect password, which is really weird considering that I can log in to the WHM as root - just not via ssh. Because of this I can't change permissions etc.
– Sebastian Sulinski
Oct 1 '14 at 16:31
Can you move the .accesshash which is available in /root/.accesshash and generating a new one via WHM?
– vembutech
Oct 1 '14 at 16:36
I don't seem to have access to /root directory via whm :( any other ideas?
– Sebastian Sulinski
Oct 2 '14 at 8:24
add a comment |
Just curious to know if you can ssh as a root user?
If so, try resetting the /bin/su permissions to root:root!
alsochmod 4755 /bin/su
– Mike
Oct 1 '14 at 16:28
I can't ssh as root - even if I enable 'SSH Password Authorization' it constantly tells me that I'm using incorrect password, which is really weird considering that I can log in to the WHM as root - just not via ssh. Because of this I can't change permissions etc.
– Sebastian Sulinski
Oct 1 '14 at 16:31
Can you move the .accesshash which is available in /root/.accesshash and generating a new one via WHM?
– vembutech
Oct 1 '14 at 16:36
I don't seem to have access to /root directory via whm :( any other ideas?
– Sebastian Sulinski
Oct 2 '14 at 8:24
add a comment |
Just curious to know if you can ssh as a root user?
If so, try resetting the /bin/su permissions to root:root!
Just curious to know if you can ssh as a root user?
If so, try resetting the /bin/su permissions to root:root!
answered Oct 1 '14 at 16:21
vembutechvembutech
38018
38018
alsochmod 4755 /bin/su
– Mike
Oct 1 '14 at 16:28
I can't ssh as root - even if I enable 'SSH Password Authorization' it constantly tells me that I'm using incorrect password, which is really weird considering that I can log in to the WHM as root - just not via ssh. Because of this I can't change permissions etc.
– Sebastian Sulinski
Oct 1 '14 at 16:31
Can you move the .accesshash which is available in /root/.accesshash and generating a new one via WHM?
– vembutech
Oct 1 '14 at 16:36
I don't seem to have access to /root directory via whm :( any other ideas?
– Sebastian Sulinski
Oct 2 '14 at 8:24
add a comment |
alsochmod 4755 /bin/su
– Mike
Oct 1 '14 at 16:28
I can't ssh as root - even if I enable 'SSH Password Authorization' it constantly tells me that I'm using incorrect password, which is really weird considering that I can log in to the WHM as root - just not via ssh. Because of this I can't change permissions etc.
– Sebastian Sulinski
Oct 1 '14 at 16:31
Can you move the .accesshash which is available in /root/.accesshash and generating a new one via WHM?
– vembutech
Oct 1 '14 at 16:36
I don't seem to have access to /root directory via whm :( any other ideas?
– Sebastian Sulinski
Oct 2 '14 at 8:24
also
chmod 4755 /bin/su– Mike
Oct 1 '14 at 16:28
also
chmod 4755 /bin/su– Mike
Oct 1 '14 at 16:28
I can't ssh as root - even if I enable 'SSH Password Authorization' it constantly tells me that I'm using incorrect password, which is really weird considering that I can log in to the WHM as root - just not via ssh. Because of this I can't change permissions etc.
– Sebastian Sulinski
Oct 1 '14 at 16:31
I can't ssh as root - even if I enable 'SSH Password Authorization' it constantly tells me that I'm using incorrect password, which is really weird considering that I can log in to the WHM as root - just not via ssh. Because of this I can't change permissions etc.
– Sebastian Sulinski
Oct 1 '14 at 16:31
Can you move the .accesshash which is available in /root/.accesshash and generating a new one via WHM?
– vembutech
Oct 1 '14 at 16:36
Can you move the .accesshash which is available in /root/.accesshash and generating a new one via WHM?
– vembutech
Oct 1 '14 at 16:36
I don't seem to have access to /root directory via whm :( any other ideas?
– Sebastian Sulinski
Oct 2 '14 at 8:24
I don't seem to have access to /root directory via whm :( any other ideas?
– Sebastian Sulinski
Oct 2 '14 at 8:24
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f632804%2fcentos-su-incorrect-password-after-bash-update%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
What does
ls -l /etc/shadowsay?– kasperd
Oct 3 '14 at 10:11