Skip to content
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

cant use -i options!! #294

Closed
HolyTruth opened this issue Apr 29, 2024 · 1 comment
Closed

cant use -i options!! #294

HolyTruth opened this issue Apr 29, 2024 · 1 comment

Comments

@HolyTruth
Copy link

when i use -i options with :

dropbear -F -E -i -R -p 6666

it won't work like this:

[12365] Apr 29 17:41:17 Early exit: Failed socket address: Socket operation on non-socket

plz help!!!

os : Ubuntu 22.04.2 LTS
build : dropbear 2024.85

build command:

git clone https://github.com/mkj/dropbear.git
./configure
make PROGRAMS="dropbear dbclient dropbearkey dropbearconvert scp"
@mkj
Copy link
Owner

mkj commented Apr 29, 2024

What are you trying to use -i for? It's intended to be used from inetd or systemd or similar, where a separate program listens on the network socket then passes the file descriptor to dropbear. It won't work from the commandline.

@mkj mkj closed this as completed Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants