ssh-agent icon indicating copy to clipboard operation
ssh-agent copied to clipboard

Conflict with upterm action.

Open gtarabat opened this issue 3 years ago • 2 comments

In my workflow l use the action upterm for debugging purposes.

If I use the ssh-agent action before the upterm action, the second action throws the error:

Creating a new session. Connecting to upterm server ssh://uptermd.upterm.dev:22
no server running on /tmp/tmux-1001/default
Error: 1

Any ideas what causes this error?

gtarabat avatar Aug 07 '22 18:08 gtarabat

No, not really. My guess would be that that other action now suddenly tries to authenticate with a key from SSH agent and is not able to deal with a failure, but that’s just a guess.

mpdude avatar Aug 08 '22 18:08 mpdude

same issue here

mtamburrano avatar Sep 19 '22 11:09 mtamburrano