Deployer\Server\Remote\SshExtension::checkConnection PHP Method

checkConnection() public method

Check if not connected and connect.
public checkConnection ( )
    public function checkConnection()
    {
        if (null === $this->session) {
            $this->connect();
        }
    }