Add another TODO note.

feature/node-rewrite
Sven Slootweg 12 years ago
parent 6efb20e36c
commit a5255536e6

@ -78,6 +78,8 @@ class SshConnector extends CPHPBaseClass
public function Connect() public function Connect()
{ {
/* TODO: Use fsockopen with a timeout to determine if the node and SSHd are reachable before attempting to connect. */
$options = array( $options = array(
'hostkey' => $this->keytype 'hostkey' => $this->keytype
); );

Loading…
Cancel
Save