mirror of https://github.com/jumpserver/jumpserver
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
2.4 KiB
33 lines
2.4 KiB
id: change_secret_by_ssh
|
|
name: "{{ 'SSH account change secret' | trans }}"
|
|
category:
|
|
- device
|
|
- host
|
|
type:
|
|
- all
|
|
method: change_secret
|
|
protocol: ssh
|
|
priority: 50
|
|
params:
|
|
- name: commands
|
|
type: list
|
|
label: "{{ 'Params commands label' | trans }}"
|
|
default: [ '' ]
|
|
help_text: "{{ 'Params commands help text' | trans }}"
|
|
|
|
i18n:
|
|
SSH account change secret:
|
|
zh: '使用 SSH 命令行自定义改密'
|
|
ja: 'SSH コマンドライン方式でカスタムパスワード変更'
|
|
en: 'Custom password change by SSH command line'
|
|
|
|
Params commands help text:
|
|
zh: '自定义命令中如需包含账号的 账号、密码、SSH 连接的用户密码 字段,<br />请使用 {username}、{password}、{login_password}格式,执行任务时会进行替换 。<br />比如针对 Cisco 主机进行改密,一般需要配置五条命令:<br />1. enable<br />2. {login_password}<br />3. configure terminal<br />4. username {username} privilege 0 password {password} <br />5. end'
|
|
ja: 'カスタム コマンドに SSH 接続用のアカウント番号、パスワード、ユーザー パスワード フィールドを含める必要がある場合は、<br />{ユーザー名}、{パスワード}、{login_password& を使用してください。 # 125; 形式。タスクの実行時に置き換えられます。 <br />たとえば、Cisco ホストのパスワードを変更するには、通常、次の 5 つのコマンドを設定する必要があります:<br />1.enable<br />2.{login_password}<br />3 .ターミナルの設定<br / >4. ユーザー名 {ユーザー名} 権限 0 パスワード {パスワード} <br />5. 終了'
|
|
en: 'If the custom command needs to include the account number, password, and user password field for SSH connection,<br />Please use {username}, {password}, {login_password&# 125; format, which will be replaced when executing the task. <br />For example, to change the password of a Cisco host, you generally need to configure five commands:<br />1. enable<br />2. {login_password}<br />3. configure terminal<br / >4. username {username} privilege 0 password {password} <br />5. end'
|
|
|
|
Params commands label:
|
|
zh: '自定义命令'
|
|
ja: 'カスタムコマンド'
|
|
en: 'Custom command'
|