How can I (re-)enable ssh in chromeos?
Recently I got a chromebook. I installed the ssh app and used it once. As far as I know, I didn't do anything to disable the app.
Later I tried to use the ssh app again. When I click on the corresponding icon, a tab opens and disappears too quickly to see anything on it. Going back to the app's install page shows a message:
This item has been disabled in Chrome. Enable this item.
("Enable this item" is a link.)
Clicking the link to enable the program briefly blanks the tab and then returns to the same page, with the message still in place.
After learning about crosh, I opened a tab for it. Entering ssh as a command returns this message:
The 'ssh' command has been removed. Please install the official SSH extension:
https://chrome.google.com/webstore/detail/pnhechapfaindjhompbnflcldabbghjo
which just puts me into an endless circle of what I've mentioned above.
How can I re-enable the ssh app?
ssh chromebook
add a comment |
Recently I got a chromebook. I installed the ssh app and used it once. As far as I know, I didn't do anything to disable the app.
Later I tried to use the ssh app again. When I click on the corresponding icon, a tab opens and disappears too quickly to see anything on it. Going back to the app's install page shows a message:
This item has been disabled in Chrome. Enable this item.
("Enable this item" is a link.)
Clicking the link to enable the program briefly blanks the tab and then returns to the same page, with the message still in place.
After learning about crosh, I opened a tab for it. Entering ssh as a command returns this message:
The 'ssh' command has been removed. Please install the official SSH extension:
https://chrome.google.com/webstore/detail/pnhechapfaindjhompbnflcldabbghjo
which just puts me into an endless circle of what I've mentioned above.
How can I re-enable the ssh app?
ssh chromebook
add a comment |
Recently I got a chromebook. I installed the ssh app and used it once. As far as I know, I didn't do anything to disable the app.
Later I tried to use the ssh app again. When I click on the corresponding icon, a tab opens and disappears too quickly to see anything on it. Going back to the app's install page shows a message:
This item has been disabled in Chrome. Enable this item.
("Enable this item" is a link.)
Clicking the link to enable the program briefly blanks the tab and then returns to the same page, with the message still in place.
After learning about crosh, I opened a tab for it. Entering ssh as a command returns this message:
The 'ssh' command has been removed. Please install the official SSH extension:
https://chrome.google.com/webstore/detail/pnhechapfaindjhompbnflcldabbghjo
which just puts me into an endless circle of what I've mentioned above.
How can I re-enable the ssh app?
ssh chromebook
Recently I got a chromebook. I installed the ssh app and used it once. As far as I know, I didn't do anything to disable the app.
Later I tried to use the ssh app again. When I click on the corresponding icon, a tab opens and disappears too quickly to see anything on it. Going back to the app's install page shows a message:
This item has been disabled in Chrome. Enable this item.
("Enable this item" is a link.)
Clicking the link to enable the program briefly blanks the tab and then returns to the same page, with the message still in place.
After learning about crosh, I opened a tab for it. Entering ssh as a command returns this message:
The 'ssh' command has been removed. Please install the official SSH extension:
https://chrome.google.com/webstore/detail/pnhechapfaindjhompbnflcldabbghjo
which just puts me into an endless circle of what I've mentioned above.
How can I re-enable the ssh app?
ssh chromebook
ssh chromebook
edited Aug 11 '17 at 3:26
GreenMatt
asked Aug 9 '17 at 23:42
GreenMattGreenMatt
7001126
7001126
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
Remove the Secure Shell app from Chrome menu/More Tools/Extensions then reinstall it.
add a comment |
As Andrew M.'s answer suggests, I uninstalled the ssh app and re-installed it. Unfortunately, I had the same problem - after one use, it wouldn't allow me to re-start the app. Among a few other things I tried, I started the app with nothing else running in the Chrome browser (in fact, the browser was not running, prior to that, I had the browser up with other tabs/sites active). That allowed the ssh app to start.
add a comment |
I can install and run it on my N22 still running Chrome OS 59 (checked for updates to 60 here in Germany, still not available). I couldn't find any hints on Google during the past month/year nor can I find hints in the rating of this addon, I'd recommend to reset the device and check if that has any effect. Not the most efficient solution, I know, but nobody else seems to have this problem.
add a comment |
I would just CTrl+alt+t and use Terminal shell if you cant get SSH app to work. Terminal is just a shell as well. I prefer it over SSH anyday.. im trying to config SSH now to set up my server.
1
But, if ssh doesn't work, ssh doesn't work. Running it from a terminal is unlikely to make a difference.
– Scott
Jan 26 at 7:23
Very true... Seems to be the issue I'm having.. I need a virtualbox something bad.. I was going to break down and get appache and can't get my SSH to cooperate it's like it's in a frozen status. May have to just dual boot my Chromebook and run Linux and OS temporarily.
– Beautiful_disaster
Jan 26 at 7:57
add a comment |
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%2f1239340%2fhow-can-i-re-enable-ssh-in-chromeos%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Remove the Secure Shell app from Chrome menu/More Tools/Extensions then reinstall it.
add a comment |
Remove the Secure Shell app from Chrome menu/More Tools/Extensions then reinstall it.
add a comment |
Remove the Secure Shell app from Chrome menu/More Tools/Extensions then reinstall it.
Remove the Secure Shell app from Chrome menu/More Tools/Extensions then reinstall it.
answered Aug 12 '17 at 1:07
Andrew M.Andrew M.
30015
30015
add a comment |
add a comment |
As Andrew M.'s answer suggests, I uninstalled the ssh app and re-installed it. Unfortunately, I had the same problem - after one use, it wouldn't allow me to re-start the app. Among a few other things I tried, I started the app with nothing else running in the Chrome browser (in fact, the browser was not running, prior to that, I had the browser up with other tabs/sites active). That allowed the ssh app to start.
add a comment |
As Andrew M.'s answer suggests, I uninstalled the ssh app and re-installed it. Unfortunately, I had the same problem - after one use, it wouldn't allow me to re-start the app. Among a few other things I tried, I started the app with nothing else running in the Chrome browser (in fact, the browser was not running, prior to that, I had the browser up with other tabs/sites active). That allowed the ssh app to start.
add a comment |
As Andrew M.'s answer suggests, I uninstalled the ssh app and re-installed it. Unfortunately, I had the same problem - after one use, it wouldn't allow me to re-start the app. Among a few other things I tried, I started the app with nothing else running in the Chrome browser (in fact, the browser was not running, prior to that, I had the browser up with other tabs/sites active). That allowed the ssh app to start.
As Andrew M.'s answer suggests, I uninstalled the ssh app and re-installed it. Unfortunately, I had the same problem - after one use, it wouldn't allow me to re-start the app. Among a few other things I tried, I started the app with nothing else running in the Chrome browser (in fact, the browser was not running, prior to that, I had the browser up with other tabs/sites active). That allowed the ssh app to start.
answered Aug 12 '17 at 23:31
GreenMattGreenMatt
7001126
7001126
add a comment |
add a comment |
I can install and run it on my N22 still running Chrome OS 59 (checked for updates to 60 here in Germany, still not available). I couldn't find any hints on Google during the past month/year nor can I find hints in the rating of this addon, I'd recommend to reset the device and check if that has any effect. Not the most efficient solution, I know, but nobody else seems to have this problem.
add a comment |
I can install and run it on my N22 still running Chrome OS 59 (checked for updates to 60 here in Germany, still not available). I couldn't find any hints on Google during the past month/year nor can I find hints in the rating of this addon, I'd recommend to reset the device and check if that has any effect. Not the most efficient solution, I know, but nobody else seems to have this problem.
add a comment |
I can install and run it on my N22 still running Chrome OS 59 (checked for updates to 60 here in Germany, still not available). I couldn't find any hints on Google during the past month/year nor can I find hints in the rating of this addon, I'd recommend to reset the device and check if that has any effect. Not the most efficient solution, I know, but nobody else seems to have this problem.
I can install and run it on my N22 still running Chrome OS 59 (checked for updates to 60 here in Germany, still not available). I couldn't find any hints on Google during the past month/year nor can I find hints in the rating of this addon, I'd recommend to reset the device and check if that has any effect. Not the most efficient solution, I know, but nobody else seems to have this problem.
answered Aug 10 '17 at 3:28
LiveWireBTLiveWireBT
6672627
6672627
add a comment |
add a comment |
I would just CTrl+alt+t and use Terminal shell if you cant get SSH app to work. Terminal is just a shell as well. I prefer it over SSH anyday.. im trying to config SSH now to set up my server.
1
But, if ssh doesn't work, ssh doesn't work. Running it from a terminal is unlikely to make a difference.
– Scott
Jan 26 at 7:23
Very true... Seems to be the issue I'm having.. I need a virtualbox something bad.. I was going to break down and get appache and can't get my SSH to cooperate it's like it's in a frozen status. May have to just dual boot my Chromebook and run Linux and OS temporarily.
– Beautiful_disaster
Jan 26 at 7:57
add a comment |
I would just CTrl+alt+t and use Terminal shell if you cant get SSH app to work. Terminal is just a shell as well. I prefer it over SSH anyday.. im trying to config SSH now to set up my server.
1
But, if ssh doesn't work, ssh doesn't work. Running it from a terminal is unlikely to make a difference.
– Scott
Jan 26 at 7:23
Very true... Seems to be the issue I'm having.. I need a virtualbox something bad.. I was going to break down and get appache and can't get my SSH to cooperate it's like it's in a frozen status. May have to just dual boot my Chromebook and run Linux and OS temporarily.
– Beautiful_disaster
Jan 26 at 7:57
add a comment |
I would just CTrl+alt+t and use Terminal shell if you cant get SSH app to work. Terminal is just a shell as well. I prefer it over SSH anyday.. im trying to config SSH now to set up my server.
I would just CTrl+alt+t and use Terminal shell if you cant get SSH app to work. Terminal is just a shell as well. I prefer it over SSH anyday.. im trying to config SSH now to set up my server.
answered Jan 26 at 7:07
Beautiful_disasterBeautiful_disaster
12
12
1
But, if ssh doesn't work, ssh doesn't work. Running it from a terminal is unlikely to make a difference.
– Scott
Jan 26 at 7:23
Very true... Seems to be the issue I'm having.. I need a virtualbox something bad.. I was going to break down and get appache and can't get my SSH to cooperate it's like it's in a frozen status. May have to just dual boot my Chromebook and run Linux and OS temporarily.
– Beautiful_disaster
Jan 26 at 7:57
add a comment |
1
But, if ssh doesn't work, ssh doesn't work. Running it from a terminal is unlikely to make a difference.
– Scott
Jan 26 at 7:23
Very true... Seems to be the issue I'm having.. I need a virtualbox something bad.. I was going to break down and get appache and can't get my SSH to cooperate it's like it's in a frozen status. May have to just dual boot my Chromebook and run Linux and OS temporarily.
– Beautiful_disaster
Jan 26 at 7:57
1
1
But, if ssh doesn't work, ssh doesn't work. Running it from a terminal is unlikely to make a difference.
– Scott
Jan 26 at 7:23
But, if ssh doesn't work, ssh doesn't work. Running it from a terminal is unlikely to make a difference.
– Scott
Jan 26 at 7:23
Very true... Seems to be the issue I'm having.. I need a virtualbox something bad.. I was going to break down and get appache and can't get my SSH to cooperate it's like it's in a frozen status. May have to just dual boot my Chromebook and run Linux and OS temporarily.
– Beautiful_disaster
Jan 26 at 7:57
Very true... Seems to be the issue I'm having.. I need a virtualbox something bad.. I was going to break down and get appache and can't get my SSH to cooperate it's like it's in a frozen status. May have to just dual boot my Chromebook and run Linux and OS temporarily.
– Beautiful_disaster
Jan 26 at 7:57
add a comment |
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%2f1239340%2fhow-can-i-re-enable-ssh-in-chromeos%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