Chrome Secure Shell SSH is no longer working after an upgrade/update of ChromeOS on Chromebooks.
ssh_exchange_identification: Connection closed by remote host
NaCl plugin exited with status code 255.
Chrome Secure Shell SSH
I have 2 Chromebooks, my new one updated then SSH stopped working, the old one with the older version of ChromeOS was working fine, then I updated the old one with the new version of ChromeOS caused SSH to stop working on the old one as well.
I already tried this:
If I follow the instructions on this web page:
How do I remove ALL keys?
Open the JavaScript console and type...
term_.command.removeDirectory('/.ssh/')
This will remove any non-key files you may have uploaded as well. It will not affect your preferences.
Then there are also these:
If you don‘t know the index, or you’d like to clear all known hosts, type...
term_.command.removeAllKnownHosts()
To reset all preferences to their default state, type this...
localStorage.clear()
Note that I have to VPN first to an intranet. I use CiscoAnyConnect.
Cisco AnyConnect
----before ChromeOS update (old one)----
Connecting to [username]@[server] ...
Loading NaCl plugin... done.
The authenticity of host '[username]@[server] ([server ip address])' can't be established.
ECDSA key fingerprint is SHA256:[sha256].
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '[server],[server ip address] (ECDSA) to the list of known hosts.
ssh_dispatch_run_fatal: Connection to UNKNOWN port -1: I/O error
NaCl plugin exited with status code 255.
(R)econnect, (C)hoose another connection, or E(x)it?
failed! :(
Connecting to [username]@[server]...
Loading NaCl plugin... done.
[username]@[server]'s password:
Last login: Mon Nov 13 11:21:23 2017 from [vpn server name]
[[username]@[server] ~]$
----after ChromeOS update (new one)----
Connecting to lusername]@[server]'...
Loading NaCl plugin... done.
ssh_exchange_identification: Connection closed by remote host
NaCl plugin exited with status code 255.
(R)econnect, (C)hoose another connection, or E(x)it?