New issue
Advanced search Search tips

Issue 891324 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Oct 14
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 1
Type: Bug-Regression



Sign in to add a comment

Secure Shell app won't connect, and isn't listed in chrome://inspect

Project Member Reported by w...@chromium.org, Oct 2

Issue description

Chrome Version: 71.0.3558.0
OS: ChromeOS Teemo

What steps will reproduce the problem?
(1) Install Secure Shell app.
(2) Launch it.
(3) Attempt to connect to a host.
(4) Open chrome://inspect to find the tab and open Developer Tools.

What is the expected result?

Expect that it connects.
Expect that Developer Tools can be opened for the Secure Shell tab.

What happens instead?

Connection attempt appears to hang at "Loading NaCl plugin".
Developer Tools cannot be opened for the tab, and neither it nor its background page are listed in chrome://inspect.
 
Labels: OS-Chrome
wrt chrome://inspect, you're probably looking at extension installed by policy, and google.com policy has changed to disable inspect functionality

wrt you can't connect to a host, once you see "Loading NaCl plugin... done.", Secure Shell has started the network connection and it's largely out of the hands of the client: if the network/server/relay are broken or misconfigured or anything else, the client will continue to wait for a response.

so you'll need to double check your connection settings and the server to make sure it's actually alive.
Status: WontFix (was: Untriaged)
feel free to reopen if it's still failing and you've checked your settings
Connection is working, it seems, but is super slow (typically ~10s to connect).
assuming you're connecting to a Google corp system, that sounds "normal".  you could add -vvv to the ssh command line to double check where the hang up is, but sounds like the remote side is doing some processing before the login is permitted.

Sign in to add a comment