-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot keep connection when logged in to remote server #316
Comments
Looks like the default shell on the remote is a 'sh' binary, not 'bash' -
is that the case?
I may be able to work around this, let me look at the code.
…On Thu, May 17, 2018 at 12:27 PM, James Patrick Page < ***@***.***> wrote:
I'm always faced with this problem when trying to log in via bash script
[image: screenshot at may 17 18-24-23]
<https://user-images.githubusercontent.com/3124405/40174631-e9594b92-59ff-11e8-8aea-4db8de7bfc5d.png>
Have anyone solved this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#316>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGrczYgf3ibudiPIcjJYG_KOtC53bZqTks5tzV6rgaJpZM4UC42w>
.
|
Is bash installed on the host (so I can run it up if it's seen?) - it's
kind of an assumption that bash is available.
Also, what's the wider use case? I'm always curious to know whether I can
help achieve your goal.
…On Thu, May 17, 2018 at 1:25 PM, Ian Miell ***@***.***> wrote:
Looks like the default shell on the remote is a 'sh' binary, not 'bash' -
is that the case?
I may be able to work around this, let me look at the code.
On Thu, May 17, 2018 at 12:27 PM, James Patrick Page <
***@***.***> wrote:
> I'm always faced with this problem when trying to log in via bash script
> [image: screenshot at may 17 18-24-23]
> <https://user-images.githubusercontent.com/3124405/40174631-e9594b92-59ff-11e8-8aea-4db8de7bfc5d.png>
>
> Have anyone solved this?
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#316>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AGrczYgf3ibudiPIcjJYG_KOtC53bZqTks5tzV6rgaJpZM4UC42w>
> .
>
|
Thanks for your responses @ianmiell http://i.prntscr.com/CeKDoPnsSJ_4wJZc831Z-A.png My use case is auto the deployment to multiple staging hosts whenever code committed. Thanks for any advices. |
Can you re-run with --debug and send me the output? Thanks. |
I've made a small change to the code that might help and pushed, so if you I don't think it fully fixes, but if that does what I expect, then a fuller fix should be easy to implement. |
You're right, @ianmiell I've changed the default shell to Many thanks. |
I will upgrade your latest update on it after I've done some automate tasks on shutit. Thanks for your help. |
James, great news, thanks.
If you can give me feedback on any docs and/or ask me for help when needed
that would be great.
Ian
…On Fri, May 18, 2018 at 12:28 PM, James Patrick Page < ***@***.***> wrote:
I will upgrade your latest update on it after I've done some automate
tasks on shutit.
Thanks for your help.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#316 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGrczf9NuuvH2b3XoJrCBH0K8l-FP51Fks5tzrBAgaJpZM4UC42w>
.
|
Sure, Ian |
I'm always faced with this problem when trying to log in via
bash
scriptHave anyone solved this?
The text was updated successfully, but these errors were encountered: