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

Use ssh with proxy_sock has some problem #1988

Open
plusls opened this issue Oct 29, 2021 · 2 comments
Open

Use ssh with proxy_sock has some problem #1988

plusls opened this issue Oct 29, 2021 · 2 comments
Labels
bug good first issue Good if you want to help but you do not know the project well

Comments

@plusls
Copy link

plusls commented Oct 29, 2021

When I use ssh with proxy_sock and proxy_sock is unix domain socket, getsockname will return '', and sockname[0] will cause an Exception

sockname = curr.getsockname()
self.lhost = sockname[0]
self.lport = sockname[1]

@peace-maker
Copy link
Member

Can you post a test case which demonstrates your setup and triggers the bug please?

@peace-maker
Copy link
Member

Related to #1787

@Arusekk Arusekk added bug good first issue Good if you want to help but you do not know the project well labels Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Good if you want to help but you do not know the project well
Projects
None yet
Development

No branches or pull requests

3 participants