jjcarstens

jjcarstens

Nerves Core Team

Errors attempting SSH or firmware upload on OTP >= 23.2

If you are using a system with nerves_system_br >= 1.14.0, you might noticing errors when trying to ssh such as:

$ ssh nerves.local
PTY allocation request failed on channel 0
...
iex(1)>

or unable to upload new firmware over ssh with mix upload or ./upload.sh script getting something like:

$ mix upload nerves.local

uploading to nerves.local...

subsystem request failed on channel 0
** (Mix) Unexpected exit from ssh (:epipe)
...
$

The reason is that OTP SSH was adjusted to follow RFC4254 which essentially states “if you don’t support a request, reject it”. However, the request also dictates if it wants a response or not but OTP wasn’t checking if the request wanted a reply and caused some minor things to be rejected, especially in cases of using PuTTY.

Luckily, this was already fixed while I was tracking it down (Check out this commit). Hopefully the fix will be released with OTP 23.2.3.

But fret not! In the meantime, the workaround is to remove anything in your SSH config that might be throwing unneeded requests in for a Nerves device that aren’t supported.

The biggest offender is probably going to be that you have ForwardAgent yes enabled globally in your config. this sends a request type of auth-agent-req@openssh.com without expecting a reply, but things still fail. Remove that line from your config for Nerves devices and you should be :ok_hand:

:tada::man_dancing::woman_dancing: :clinking_glasses:

Where Next?

Popular in Questions Top

vegabook
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
vonH
In asking this question I am more interested about the expressiveness of the language itself and less concerned about the availability of...
New
belgoros
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
fayddelight
I tried installing elixir 1.11.2 erlang 23.3.4 via asdf in my zsh shell. Enabled the versions locally and globally. When I list them ...
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

Other popular topics Top

nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 42533 114
New

We're in Beta

About us Mission Statement