aptible ssh
is looking for /bin/bash
by default, instead of /bin/sh
when I run aptible ssh
, I get this message:
exec: "/bin/bash": stat /bin/bash: no such file or directory
So I always have to remember to run aptible ssh --app $HANDLE /bin/sh
I’d like to know if there is an ENV variable I can set… something like DEFAULT_SSH_SHELL