-
Notifications
You must be signed in to change notification settings - Fork 673
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
--ssh-pass=<password> won't make effect #467
Comments
Do you have sshpass installed on the host?
…------------------------------
Cian Butler (butlerx)
Website: cianbutler.ie
Github: github.com/butlerx
On Tue, 23 May 2023 at 10:03, sinawic ***@***.***> wrote:
*Describe the bug*
I've installed wetty by running npm i -g wetty
node --version
v16.16.0
npm --version
8.11.0
I try to start the service by running:
wetty --ssh-host=localhost --ssh-port=22 --ssh-user=username
--ssh-pass=password -p 2526
service starts successfully.
but when I visit localhost:2526 I see the following message and cant use
the service with trasport close and reconnect button
/usr/bin/env: sshpass: No such file or directory
*Expected behavior*
I think I should get a passwordless connection to my ssh server.
*Desktop:*
my uname -a:
Linux devops 5.19.0-41-generic #42
<#42>~22.04.1-Ubuntu SMP
PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
—
Reply to this email directly, view it on GitHub
<#467>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGT4WWTYKBCQZSWK5M4DI3XHR4MTANCNFSM6AAAAAAYLSCUYA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
uh no! thanks for the reply |
doesn't work for me tough |
@gardiol |
I cannot login in any way using password authentication, but this might be an issue with my system after deeped inspection. I have bypassed using key based authentication, no need to put passwords around anyway in my opinion! |
Describe the bug
I've installed wetty by running
npm i -g wetty
v16.16.0
8.11.0
I try to start the service by running:
wetty --ssh-host=localhost --ssh-port=22 --ssh-user=username --ssh-pass=password -p 2526
service starts successfully.
but when I visit localhost:2526 I see the following message and cant use the service with
trasport close
andreconnect
button/usr/bin/env:
sshpass: No such file or directory
Expected behavior
I think I should get a passwordless connection to my ssh server.
Desktop:
my
uname -a
:Linux devops 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: