-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
error while ssh into ipv6 server. #146
Comments
++++1 |
same |
same here |
I will take it. |
thanks a lot. I will test it once completed. Your Github action seems to be the only one supporting multiple commands, multiple servers etc., which makes usage very convenient. I've tried a few other Github actions like https://github.com/marketplace/actions/remote-ssh-commands and its origin https://github.com/marketplace/actions/run-ssh-command but they didn't work either on IPv6. Maybe https://github.com/marketplace/actions/ssh-deploy works (according to easingthemes/ssh-deploy#125) but for now I just need to rent another IPv4... edit: of course you can just connect to IPv6 via SSH directly without plugins like
|
Any news here? :( |
@appleboy Please add it, your tool is the best one imo |
Waiting for it since public IPv4 on AWS now charges over $40 every year.. |
bump, we need this too! |
reference the issue on GitHub Action Runner: actions/runner-images#668 |
Hi All, Please help to try the following instructions: testing06:
name: testing ipv6
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
- name: Set up WARP
uses: fscarmen/[email protected]
with:
stack: dual
- name: testing ipv6 for command
run: |
curl -m 9 --ipv6 --verbose https://google.com
- name: testing ipv6
uses: appleboy/ssh-action@master
with:
host: 2402:1f00:8000:800::2628
username: ubuntu
password: ${{ secrets.OVH_PASSWORD }}
protocol: tcp6
port: 22
command_timeout: 30s
script: |
whoami Please make sure you add the new attribute |
I have tried it, and it works perfectly for IPv6 servers. Thanks! |
Can also confirm this works great - thanks so much! Is there any chance of getting this same IPv6 support in your other package scp-action ? Currently I receive an error: |
My server only connects over ipv6, and while using this action gives me error »
2022/01/09 14:49:09 dial tcp: address tcp/4f8: unknown port
Request you to add support for ipv6 servers also. 👀
(This is duplicate issue of #97, I don't know why the author closed it. 🤷♂️)
The text was updated successfully, but these errors were encountered: