SSH into web server hosting cPanel
How can I get SSH access to remote hosted server using cPanel? While trying to use the command "ssh username@hostname", I'm facing error like (1) connection closed by host and also (2) Resource temporary unavailable.
Any help?
linux ssh webserver hosting
|
show 1 more comment
How can I get SSH access to remote hosted server using cPanel? While trying to use the command "ssh username@hostname", I'm facing error like (1) connection closed by host and also (2) Resource temporary unavailable.
Any help?
linux ssh webserver hosting
1
This will depend on whether your host has enabled and allowed SSH access to the server. If you are on a shared hosting platform there will most probably be no SSH access. If you have your own VPS or dedicated server then, yes, SSH access should be available, but you would probably need to configure it. Personally, i don't think the question can be answered by us because you should ask your host as every host is different in what they allow their custoemrs to access and how.
– Kinnectus
Jan 18 at 9:54
So, what if I do have SSH access? Can you explain the process then?
– ashish jangir
Jan 18 at 10:17
I do ssh into a shared hosting plateform with cPanel, but I had to ask them to enablessh
(it's disabled by default, and not all plateform can enable it). Also, I have to specify a specific port number when I connect, like that:ssh login@host -p abcd
(it's not the typical 22 port number)
– Yoric
Jan 18 at 10:20
The process is "Ask your hosting company for the necessary information". Either you're using the wrong username (it isn't necessarily the same as cPanel username), or connecting to the wrong host, or there are some hosting-specific requirements. There's nothing beyond that.
– grawity
Jan 18 at 10:20
@Kinnectus Just checked a few minutes ago that I do have SSH access. So can you please tell me how to configure MySQL my.cnf file to enable binary logging?
– ashish jangir
Jan 18 at 10:23
|
show 1 more comment
How can I get SSH access to remote hosted server using cPanel? While trying to use the command "ssh username@hostname", I'm facing error like (1) connection closed by host and also (2) Resource temporary unavailable.
Any help?
linux ssh webserver hosting
How can I get SSH access to remote hosted server using cPanel? While trying to use the command "ssh username@hostname", I'm facing error like (1) connection closed by host and also (2) Resource temporary unavailable.
Any help?
linux ssh webserver hosting
linux ssh webserver hosting
asked Jan 18 at 9:41
ashish jangirashish jangir
12
12
1
This will depend on whether your host has enabled and allowed SSH access to the server. If you are on a shared hosting platform there will most probably be no SSH access. If you have your own VPS or dedicated server then, yes, SSH access should be available, but you would probably need to configure it. Personally, i don't think the question can be answered by us because you should ask your host as every host is different in what they allow their custoemrs to access and how.
– Kinnectus
Jan 18 at 9:54
So, what if I do have SSH access? Can you explain the process then?
– ashish jangir
Jan 18 at 10:17
I do ssh into a shared hosting plateform with cPanel, but I had to ask them to enablessh
(it's disabled by default, and not all plateform can enable it). Also, I have to specify a specific port number when I connect, like that:ssh login@host -p abcd
(it's not the typical 22 port number)
– Yoric
Jan 18 at 10:20
The process is "Ask your hosting company for the necessary information". Either you're using the wrong username (it isn't necessarily the same as cPanel username), or connecting to the wrong host, or there are some hosting-specific requirements. There's nothing beyond that.
– grawity
Jan 18 at 10:20
@Kinnectus Just checked a few minutes ago that I do have SSH access. So can you please tell me how to configure MySQL my.cnf file to enable binary logging?
– ashish jangir
Jan 18 at 10:23
|
show 1 more comment
1
This will depend on whether your host has enabled and allowed SSH access to the server. If you are on a shared hosting platform there will most probably be no SSH access. If you have your own VPS or dedicated server then, yes, SSH access should be available, but you would probably need to configure it. Personally, i don't think the question can be answered by us because you should ask your host as every host is different in what they allow their custoemrs to access and how.
– Kinnectus
Jan 18 at 9:54
So, what if I do have SSH access? Can you explain the process then?
– ashish jangir
Jan 18 at 10:17
I do ssh into a shared hosting plateform with cPanel, but I had to ask them to enablessh
(it's disabled by default, and not all plateform can enable it). Also, I have to specify a specific port number when I connect, like that:ssh login@host -p abcd
(it's not the typical 22 port number)
– Yoric
Jan 18 at 10:20
The process is "Ask your hosting company for the necessary information". Either you're using the wrong username (it isn't necessarily the same as cPanel username), or connecting to the wrong host, or there are some hosting-specific requirements. There's nothing beyond that.
– grawity
Jan 18 at 10:20
@Kinnectus Just checked a few minutes ago that I do have SSH access. So can you please tell me how to configure MySQL my.cnf file to enable binary logging?
– ashish jangir
Jan 18 at 10:23
1
1
This will depend on whether your host has enabled and allowed SSH access to the server. If you are on a shared hosting platform there will most probably be no SSH access. If you have your own VPS or dedicated server then, yes, SSH access should be available, but you would probably need to configure it. Personally, i don't think the question can be answered by us because you should ask your host as every host is different in what they allow their custoemrs to access and how.
– Kinnectus
Jan 18 at 9:54
This will depend on whether your host has enabled and allowed SSH access to the server. If you are on a shared hosting platform there will most probably be no SSH access. If you have your own VPS or dedicated server then, yes, SSH access should be available, but you would probably need to configure it. Personally, i don't think the question can be answered by us because you should ask your host as every host is different in what they allow their custoemrs to access and how.
– Kinnectus
Jan 18 at 9:54
So, what if I do have SSH access? Can you explain the process then?
– ashish jangir
Jan 18 at 10:17
So, what if I do have SSH access? Can you explain the process then?
– ashish jangir
Jan 18 at 10:17
I do ssh into a shared hosting plateform with cPanel, but I had to ask them to enable
ssh
(it's disabled by default, and not all plateform can enable it). Also, I have to specify a specific port number when I connect, like that: ssh login@host -p abcd
(it's not the typical 22 port number)– Yoric
Jan 18 at 10:20
I do ssh into a shared hosting plateform with cPanel, but I had to ask them to enable
ssh
(it's disabled by default, and not all plateform can enable it). Also, I have to specify a specific port number when I connect, like that: ssh login@host -p abcd
(it's not the typical 22 port number)– Yoric
Jan 18 at 10:20
The process is "Ask your hosting company for the necessary information". Either you're using the wrong username (it isn't necessarily the same as cPanel username), or connecting to the wrong host, or there are some hosting-specific requirements. There's nothing beyond that.
– grawity
Jan 18 at 10:20
The process is "Ask your hosting company for the necessary information". Either you're using the wrong username (it isn't necessarily the same as cPanel username), or connecting to the wrong host, or there are some hosting-specific requirements. There's nothing beyond that.
– grawity
Jan 18 at 10:20
@Kinnectus Just checked a few minutes ago that I do have SSH access. So can you please tell me how to configure MySQL my.cnf file to enable binary logging?
– ashish jangir
Jan 18 at 10:23
@Kinnectus Just checked a few minutes ago that I do have SSH access. So can you please tell me how to configure MySQL my.cnf file to enable binary logging?
– ashish jangir
Jan 18 at 10:23
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1395685%2fssh-into-web-server-hosting-cpanel%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
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1395685%2fssh-into-web-server-hosting-cpanel%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
1
This will depend on whether your host has enabled and allowed SSH access to the server. If you are on a shared hosting platform there will most probably be no SSH access. If you have your own VPS or dedicated server then, yes, SSH access should be available, but you would probably need to configure it. Personally, i don't think the question can be answered by us because you should ask your host as every host is different in what they allow their custoemrs to access and how.
– Kinnectus
Jan 18 at 9:54
So, what if I do have SSH access? Can you explain the process then?
– ashish jangir
Jan 18 at 10:17
I do ssh into a shared hosting plateform with cPanel, but I had to ask them to enable
ssh
(it's disabled by default, and not all plateform can enable it). Also, I have to specify a specific port number when I connect, like that:ssh login@host -p abcd
(it's not the typical 22 port number)– Yoric
Jan 18 at 10:20
The process is "Ask your hosting company for the necessary information". Either you're using the wrong username (it isn't necessarily the same as cPanel username), or connecting to the wrong host, or there are some hosting-specific requirements. There's nothing beyond that.
– grawity
Jan 18 at 10:20
@Kinnectus Just checked a few minutes ago that I do have SSH access. So can you please tell me how to configure MySQL my.cnf file to enable binary logging?
– ashish jangir
Jan 18 at 10:23