Sha256: 52110d70b66d9ed9fa245454baf9562e68d2732bd05c92b4cfbbb1f72496a732
Contents?: true
Size: 440 Bytes
Versions: 9
Compression:
Stored size: 440 Bytes
Contents
# Configuration ```json { "hosts" : [ "localhost", {"name" : "example", "host": "ssh.example.com", "port": 17, "timeout": 7}, ], "default_port" : 22, "default_timeout" : 3, "interval" : 60, "timeout" : 25, } ``` # Output ```json { "ssh|localhost|ok" : true, # whether connected or not "ssh|localhost|_info" : {"banner" : "SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1"}, "ssh|example|ok" : true, ... } ```
Version data entries
9 entries across 9 versions & 1 rubygems