isontheline / pro.webssh.net

iOS / iPadOS / macOS SSH Client
https://apps.apple.com/us/app/id497714887
MIT License
305 stars 44 forks source link

Port knocking IPv4 only? #1208

Open cistronix opened 4 hours ago

cistronix commented 4 hours ago

Bug description

When connecting to a host with both an A and an AAAA record (ipv4 and ipv6 address), port knocking seems to knock on the ipv4 address, while the ssh connection is made to the ipv6 address.

Steps to reproduce

  1. Set up port knocking for a host with both an A and AAAA record.
  2. Connect to the host.
  3. Port knocking is done on the ipv4 address
  4. SSH connection is made to the ipv6 address
  5. The connection to the ipv6 address is blocked by the host, since only the ipv4 address is opened.
github-actions[bot] commented 4 hours ago

Thank you for your feedback! 🙏 Arnaud (@isontheline) will respond within a few hours. In the meantime, please feel free to add any additional information that may help us resolve or improve WebSSH.

isontheline commented 30 minutes ago

Hello @cistronix 👋

Good catch!

I'm planing this issue and hope to come back to you within 2 weeks