jumpserver/apps/accounts/automations/verify_account/custom/ssh/manifest.yml

17 lines
390 B
YAML
Raw Normal View History

id: verify_account_by_ssh
2023-04-20 06:05:00 +00:00
name: "{{ 'SSH account verify' | trans }}"
category:
- device
- host
type:
- all
method: verify_account
protocol: ssh
priority: 50
2023-04-20 06:05:00 +00:00
i18n:
SSH account verify:
2023-11-22 10:22:51 +00:00
zh: '使用 Python 模块 paramiko 验证账号'
ja: 'Python モジュール paramiko を使用してアカウントを検証する'
en: 'Using Python module paramiko to verify account'