mirror of https://github.com/jumpserver/jumpserver
fix: 验证账号可连接性(自定义ssh)使用的key值错误 (#10524)
parent
e6b894ea61
commit
e33dbb6aef
|
@ -10,5 +10,5 @@
|
|||
login_port: "{{ jms_asset.port }}"
|
||||
login_user: "{{ account.username }}"
|
||||
login_password: "{{ account.secret }}"
|
||||
login_secret_type: "{{ jms_account.secret_type }}"
|
||||
login_private_key_path: "{{ jms_account.private_key_path }}"
|
||||
login_secret_type: "{{ account.secret_type }}"
|
||||
login_private_key_path: "{{ account.private_key_path }}"
|
||||
|
|
Loading…
Reference in New Issue