generated from actions/typescript-action
-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Cannot connect to the tmate session with ssh #179
Comments
Set |
I get the same behaviour. In any case, as I reported above it's not an authentication problem. Also, opening up your actions to the world sounds like a horrible idea. |
This seems to be working now (both with/without |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When my workflow gets to this action, it runs and I get continuous stream of SSH connection messages like this (same as #163):
I'm doing this on a minimal test workflow.
When I try to connect, it fails like this:
If I use ssh with verbosity on, I get this:
ssh -v -F none [email protected]
If you look towards the end of the ssh output, it does authenticate correctly:
Authenticated to sfo2.tmate.io ([157.230.72.130]:22) using "publickey".
, but then it gets disconnected by the remote. I'm not sure why.The text was updated successfully, but these errors were encountered: