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.
|
- class SshController < CheckController
- protected
- def type
- :ssh
- end
-
- def worker
- SSHWorker
- end
-
- def tls_type
- 'SSH'
- end
-
- def default_port
- 22
- end
- end
|