-
Notifications
You must be signed in to change notification settings - Fork 3
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
Target-client option seems to be ignored #1
Comments
Hi I have exactly the same issue. I tried also to put the port 23 but i get always ssh handshake failure. |
@MichB2 i still would prefer to use the solution from dentrax, as it is more flexible and provies also the current line usage up/down which flokli scripts does not. |
@kantmn thank you very much i will try and also waiting if dentrax has a solution- |
I created a fork here: https://github.com/Nerdbergev/xdsl-exporter that tries to fix those problems. |
Nice work @PhilmacFLy. Do you want to submit a PR here? Happy to get merged in. |
Yeah sure Ill do :) |
hi there,
i am testing your cool project using a draytek device.
while using
--target-client draytek_telnet
also tried variants like
--target-client=draytek_telnet
--target-client "draytek_telnet"
--target-client="draytek_telnet"
the first and only output is "generate dsl config: read ssh key: open : no such file or directory"
there should not be a ssh key required to use telnet
also when using a random ssh key it trys to connect via port 22 which is ssh and not 23
go run . --target-client draytek_telnet --target-host 10.1.1.1 --target-password xxxx
shouldn't this work?
best regards and many thanks
The text was updated successfully, but these errors were encountered: