You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run lhotari/action-upterm@v1
upterm
Auto-generating ~/.ssh/known_hosts by attempting connection to uptermd.upterm.dev
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added 'uptermd.upterm.dev' (ED25519) to the list of known hosts.
Connection closed by xxx.yyy.zzz.aa port 22
Adding actor "pvonmoradi" to allowed users.
Fetching SSH keys registered with GitHub profiles: pvonmoradi
Fetched 1 ssh public keys
Creating a new session. Connecting to upterm server ssh://uptermd.upterm.dev:22
invalid option: window-size
invalid option: window-size
Error: 1
Here is the relavant parts from my yml file:
- name: Setup upterm sessionuses: lhotari/action-upterm@v1with:
## limits ssh access and adds the ssh public key for the user which#triggered the workflowlimit-access-to-actor: true## limits ssh access and adds the ssh public keys of the listed#GitHub userslimit-access-to-users: pvonmoradi
The text was updated successfully, but these errors were encountered:
when I ran it on ubuntu-18.04, it failed. It works on ubuntu-20.04
Even setting it to 20.04 doesn't fix the problem:
Run lhotari/action-upterm@v1
upterm
Auto-generating ~/.ssh/known_hosts by attempting connection to uptermd.upterm.dev
Pseudo-terminal will not be allocated because stdin is not a terminal.
Warning: Permanently added 'uptermd.upterm.dev' (ED25519) to the list of known hosts.
Connection closed by xx.yy.zz.aa port qq
Adding actor "pvonmoradi" to allowed users.
Fetching SSH keys registered with GitHub profiles: pvonmoradi
Fetched 1 ssh public keys
Creating a new session. Connecting to upterm server ssh://uptermd.upterm.dev:qq
no server running on /tmp/tmux-1001/default
Error: 1
Any ideas?
Here is the relavant parts from my yml file:
The text was updated successfully, but these errors were encountered: