Replies: 3 comments
-
same problem,i dont know is the ssh action have bug or runner have bug, but it's cant use github runner to login my local machine |
Beta Was this translation helpful? Give feedback.
0 replies
-
did you solve this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i got self hosted runner on prem but its stuck in queued
Waiting for a runner to pick up this job...
Job is about to start running on the runner: k8gui (repository)
any idea?
my workflow file is
name: remote ssh command
on: [push]
jobs:
build:
name: Build
runs-on: self-hosted
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
script: whoami
from the runner vm, I can ssh to HOSt without password
Beta Was this translation helpful? Give feedback.
All reactions