Skip to content

[BUG]虚拟机不能使用root用户远程ssh登录,root用户密码已重置,ssh配置文件已修改允许root登录 #376

[BUG]虚拟机不能使用root用户远程ssh登录,root用户密码已重置,ssh配置文件已修改允许root登录

[BUG]虚拟机不能使用root用户远程ssh登录,root用户密码已重置,ssh配置文件已修改允许root登录 #376

Workflow file for this run

name: Issue Close Check
on:
issues:
types: [closed]
jobs:
issue-closed-remove-labels:
runs-on: ubuntu-latest
if: "!contains(github.event.issue.labels.*.name, 'stale')"
steps:
- name: Remove statle labels when issue that hasn't stale label is closed
uses: actions-cool/issues-helper@v2
with:
actions: 'remove-labels'
labels: 'state/awaiting processing,state/awaiting user feedback'