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.
14 lines
304 B
14 lines
304 B
2 years ago
|
id: ping_by_ssh
|
||
2 years ago
|
name: "{{ 'Ping by paramiko' | trans }}"
|
||
2 years ago
|
category:
|
||
|
- device
|
||
|
- host
|
||
|
type:
|
||
|
- all
|
||
|
method: ping
|
||
2 years ago
|
i18n:
|
||
|
Ping by paramiko:
|
||
|
zh: 使用 Python 模块 paramiko 测试主机可连接性
|
||
|
en: Ping by paramiko module
|
||
|
ja: Paramikoモジュールを使用してホストにPingする
|